icinga2
icinga2 copied to clipboard
The core of our monitoring platform with a powerful configuration language and REST API.
These are changes that at first glance might not add much, but could be useful. Besides, most of the changes are considered as errors by static code analyzers. These changes...
as the DB can't handle them. fixes #7724
fixes #8116 ## Edit Define an order in which to load Notifications after HostGroups, so Notification applies can use the HostGroups info. ## Edit II Maybe it already accidentally(!) just...
refs #7792
## Describe the bug After the first reload completes, `l_CurrentlyStartingUnixWorkerState` is set to `Pending`. The parent then asks the previous worker to exit, which results in a SIGCHLD delivered to...
This prevents the `m_HasMatches` property from being altered simultaneously. This might seem harmless (since this property can only be set to true by any calling thread), however, from a technical...
Before (time: vertical, stack: horizontal): * Checkable::ExecuteCheck * Checkable::UpdateNextCheck * IcingaDB::NextCheckChangedHandler * HSET icinga:host:state * HSET icinga:checksum:host:state * ZADD icinga:nextupdate:host * RandomCheckTask::ScriptFunc * Checkable::ProcessCheckResult * Checkable::UpdateNextCheck * IcingaDB::NextCheckChangedHandler * HSET...
* ssl_cert_ignore_ocsp_errors | **Optional.** Continue if the OCSP status cannot be checked * ssl_cert_ignore_ocsp_timeout | **Optional.** Ignore OCSP result when timeout occurs while checking * ssl_cert_ignore_host_cn | **Optional.** Do not...
## Describe the bug On every check Icinga 2 1. updates next check in advance (to un-due the checkable in the next check based due index of the checker) and...