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

## Before On SIGCHLD from the forked worker the umbrella process sets a failure flag. StartUnixWorker() recognises that and does waitpid(), failure message, etc.. On OpenBSD we can't tell the...

bug
cla/signed

by letting the timer expire at a time which theoretically could be reached in #Clear(), so that a #Wait()ing coroutine actually sleeps.

bug
area/icingadb
cla/signed

## Describe the bug It is unnecessary to call `GetObjectIdentifier()` repeatedly for the same object, as it is already time-consuming. For example, one could cache the hashed checksum and then...

enhancement
area/icingadb

fixes #9507

area/icingadb
cla/signed

The API ``ignore_on_error`` flag doesn't quite work yet, as it should. For example, if you don't set the ``check_command`` attribute when creating a host object via API, the action will...

bug
area/api

by caching the total minimum log severity of all loggers in a "global variable" and whether a message's severity is large enough for any of the loggers in a per-message...

area/icingadb
core/quality
cla/signed

At the moment, the history bulker threshold is set to 250 milliseconds. However, since we are already using a separate thread for it, it would be sufficient to have 1...

area/icingadb
cla/signed

## Describe the bug I stopped Icinga2 at the exact moment when it periodically performs a program state dump and ended up with the following exception. ``` [2022-09-06 16:43:26 +0000]...

bug

less malloc() = more speed Especially as JsonEncode() validates every single input string. fixes #9506

core/quality
cla/signed

## Describe the bug There are some places where the queries are always being traversed, just to log them in debug mode. However, if it is intended to have this...

area/icingadb
core/quality