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

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

core/quality
cla/signed

fixes #8112

core/quality
cla/signed

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

needs feedback
cla/signed

refs #7792

enhancement
area/configuration
cla/signed

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

bug

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

cla/signed

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

bug
area/icingadb
ref/IP
cla/signed

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

cla/signed

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

bug
area/icingadb
ref/IP