Add Icinga 2.11 details

Michael Friedrich
2019-09-21 16:25:31 +02:00
parent 2e3a2d676b
commit c0eec39115

@@ -65,7 +65,8 @@ https://github.com/openbmc/bmcweb
----------
[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).
[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](https://icinga.com/2019/09/19/icinga-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. With using Beast, a lot of handwritten code for HTTP server and clients was replaced and made more robust. Thanks a lot Vinnie and Chris for the many code examples and help in GitHub issues.
The developers introducing Beast are [Alexander Klimov](https://github.com/al2klimov) and [Michael Friedrich](https://github.com/dnsmichi).
----------