icinga2 icon indicating copy to clipboard operation
icinga2 copied to clipboard

The core of our monitoring platform with a powerful configuration language and REST API.

Results 466 icinga2 issues
Sort by recently updated
recently updated
newest added

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...

bug
area/documentation
area/icingadb

## 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,...

bug
area/api
needs feedback

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...

bug
core/crash
cla/signed

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...

bug
core/crash
cla/signed

## 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 [...

bug
area/setup

## 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,...

area/checks
TBD

#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....

area/itl
TBD

## 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`...

bug
core/crash

## 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...

bug
area/distributed

by not using LOG_FTP which is not defined there. fixes #9488

bug
area/setup
cla/signed