Add Icinga

Michael Friedrich
2019-05-10 09:01:51 +02:00
parent 2e43bf8d94
commit 0d435a23d9

@@ -51,4 +51,9 @@ https://github.com/openbmc/bmcweb
----------
[Jackarain](https://github.com/Jackarain) uses Beast.WebSocket for a RPC communication [tinyrpc](https://github.com/Jackarain/tinyrpc).
[Jackarain](https://github.com/Jackarain) uses Beast.WebSocket for a RPC communication [tinyrpc](https://github.com/Jackarain/tinyrpc).
----------
[Icinga](https://icinga.com) is an open source monitoring stack. [Icinga 2 Core](https://github.com/icinga/icinga2) uses Beast, ASIO and Coroutines for the [new network stack](https://github.com/Icinga/icinga2/issues/7041) since 2.11. Beast.HTTP is used for the [REST API](https://icinga.com/docs/icinga2/latest/doc/12-icinga2-api/) while ASIO/Coroutine/Context help with TLS connections and JSON-RPC cluster messages for [distributed monitoring](https://icinga.com/docs/icinga2/latest/doc/06-distributed-monitoring/) environments. The core developers introducing Beast are [Alexander Klimov](https://github.com/al2klimov) and [Michael Friedrich](https://github.com/dnsmichi).