icinga2
icinga2 copied to clipboard
The core of our monitoring platform with a powerful configuration language and REST API.
Simple instructions for installing Icinga2 properly under RHEL9. @Al2Klimov should I backport or would you like to?
Backport of #9479
## Describe the bug Icingadb daemon is crashing on start ``` 2022-08-09T10:43:24.961-0400 INFO icingadb Starting Icinga DB 2022-08-09T10:43:24.961-0400 INFO icingadb Connecting to database at 'localhost:3306' 2022-08-09T10:43:24.967-0400 INFO icingadb Connecting to...
not to surprise (and crash) the Icinga DB daemon with unknown types. fixes #9478 ## Before A such request ``` curl -ksSu root:123456 -H 'Accept: application/json' -X POST -d '{"attrs":{"vars.lollcat":"mewww"}}'...
Hello, Would it be possible to provide the perf data in "dictionary"-like format in addition to the existing one? - easier for latter programmatic processing ... I mean, currently the...
## Describe the bug After the acknowledgment expiry time is expired, Icinga2 is clearing the comment but not clearing the acknowledgments and not enabling the re-notifcations. The history logs that...
Currently, `Internal.run_with_activation_context` is still available at runtime and can be (mis)used in user configuration. I can't imagine a valid use case for this function there and its use would most...
## Describe the solution you'd like I would like to be able to execute the following commands via bash. Than one could execute them from remote. E.g. "/usr/bin/icinga2" or as...
I talked to a customer today who had problems deleting a bunch of acknowledgements with the old monitoring module. Since it would not make much sense to implement it there,...