icinga2
icinga2 copied to clipboard
The core of our monitoring platform with a powerful configuration language and REST API.
# Release Workflow - [x] Update `ICINGA2_VERSION` - [x] Update bundled Windows dependencies - [x] Harden global TLS defaults (consult https://ssl-config.mozilla.org) - [x] Update `CHANGELOG.md` - [x] Create and push...
## Description We use scheduled downtimes on several of our checks to suppress alerts when the underlying systems are closed down during nights and weekends. Now and then several of...
Hi, thank you for fixing the problem with Elastic v8 and the ElasticsearchWriter module on this way. Now i have a feature request for the file `https://github.com/Icinga/icinga2/blob/master/lib/perfdata/elasticsearchwriter.cpp` -> line 466...
With Icinga 2.14.0, icinga2.debug is not built by default with `icinga2 daemon -C` and thus also no longer built on reload or restart. This could lead to problems with some...
*This is something that caught my attention while looking over something else. I haven't tested if the bug I suspect actually exists, I just wanted to write this down here...
Calling `icingacli` via the Icinga2 agent is blocked by SELinux. This results in the following error message: ``` Module path "/usr/share/icingaweb2/modules" does not exist ERROR: Cannot read enabled modules. Config...
I have a packaged icinga2 2.11.9 version in a product that is called neteye (4.28). I have a configuration where a master icinga2 installation (with icinga2-web) talk with remote satellites....
The installation documentation currently implies that all commands are being prompted by the root user or an user with root-like privileges. This is now explicitly stated and, additionally, another if-guard...
The documentation stated that HTTP GET requests are not allowed to carry content (formerly known as payload) within a request body. While this was mostly correct during RFC 2616 (1999)...