icinga2
icinga2 copied to clipboard
The core of our monitoring platform with a powerful configuration language and REST API.
https://icinga.com/docs/icinga-2/latest/doc/02-installation/01-Debian/#run-icinga-db-redis gives the following command to enable and start the Redis server on Debian: ```shell systemctl enable --now icingadb-redis ``` However, when actually using this command, you get the following...
## Describe the bug In large environments the `active_service_checks_(1min|5min)` counter of the CIB returns invalid values. ### Examples: Result of REST API endpoint `/status/CIB`: ``` ... "active_service_checks_15min": 130324, "active_service_checks_1min": 5,...
This fixes the problem described in the referenced issue, as it now just hold a lock on itself instead of static mutex when logging to a console. It's the case...
Case: 1. icinga2 api setup 2. icinga2 daemon -C -x debug Before: Second commands crashes at exit. After: No crash. As the comment between the removed lines clearly says: Our...
## Describe the bug When compiling icinga2 on Solaris 11.4 i get the following error: ``` root@solaris11:~/icinga2# make [ 1%] Building C object third-party/mmatch/CMakeFiles/mmatch.dir/mmatch.c.o [ 1%] Built target mmatch [...
## Describe the bug As [documented](https://github.com/Icinga/icinga2/blob/master/doc/05-service-monitoring.md#unit-of-measurement-uom-), Icinga normalizes performance data before passing it to metric backends, so that MB, MiB and similar become bytes. MB is interpreted as base 10,...
#7741 changed parameter names for check_tcp to update for a change in monitoring plugins. Unfortunately, this change in monitoring plugins is incompatible with the version of check_tcp shipped with nagios-plugins....
## Describe the bug A subprocess of the main Icinga2 thread, which e.g performs config validation before reloading Icinga2 terminates most of the time with `SIGSEGV` and sometimes with `SIGTRAP`...
## Describe the bug A very simple configuration of an icinga2 satellite was unable to connect to our icinga2-master, because the CRL has expired. The daemon was not reloaded for...
by not using LOG_FTP which is not defined there. fixes #9488