From c0eec391151de16c59875dbb6df66f8b815651b6 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Sat, 21 Sep 2019 16:25:31 +0200 Subject: [PATCH] Add Icinga 2.11 details --- Companies-and-Individuals-Using-Beast.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Companies-and-Individuals-Using-Beast.md b/Companies-and-Individuals-Using-Beast.md index 7be49c0..8323079 100644 --- a/Companies-and-Individuals-Using-Beast.md +++ b/Companies-and-Individuals-Using-Beast.md @@ -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). ---------- @@ -92,4 +93,4 @@ uses beast for its HTTP client and server enterprise managed file transfer softw [`Xeverous/filter_spirit`](https://github.com/Xeverous/filter_spirit) is a compiler/generator tool that produces UI stylesheets for the Path of Exile online game (called "item/loot filters") based on the user-written configuration in Filter Spirit's own domain-specific language. Filter Spirit uses Boost Spirit to implement its DSM and Beast's HTTP to query game community tools like poe.ninja or poe.watch to obtain current item prices allowing the tool to (re)generate finely grained loot filters that are adjusted to specific gameplay and ever-changing game economy. -Beast has significantly simplified issuing calls to JSON REST APIs. Big thanks for the examples. +Beast has significantly simplified issuing calls to JSON REST APIs. Big thanks for the examples. \ No newline at end of file