icinga2
icinga2 copied to clipboard
The core of our monitoring platform with a powerful configuration language and REST API.
## Describe the bug In our config, we use two timeperiods, one one excluding the other one and it doesn't seem to work when a time period contains multiple sub-timeperiod....
This will disable checking and renewing certificates with the Icinga master or other parents within the cluster, so it is up for the user to control it. I named the...
Currently the verification of certificates uses only the first pem in the ca-file and the first pem in the certificate-file. This breaks if an intermediate certificate is needed. A simple...
On Fedora 36 for logged in users (using Gnome) a mount is added: ```console # mount | grep doc portal on /run/user/1001/doc type fuse.portal (rw,nosuid,nodev,relatime,user_id=1001,group_id=1001) ``` This is something that...
## Describe the bug Icinga node wizard crashes with the following error on FreeBSD 12.1 (tested on -p1 and -p2): ``` Reconfiguring Icinga... critical/cli: Cannot disable feature 'notification'. Unlinking target...
... to speed up malloc(3) and thereby also the config loading: fixes #8110 Also seems to fix a memory leak for some people: fixes #8737 Reason: https://www.softwareverify.com/blog/memory-fragmentation-your-worst-nightmare/
## Describe the bug Hi team :), we are currently running the following setup to set downtimes for terminal servers in an auto-scaling: The Shutdown script on the agent host...
Hi, as in the thread: https://monitoring-portal.org/index.php?thread/40869-set-notifications-timeperiod-to-local-time-zone-not-utc/&postID=251295#post251295 the notification are set in UTC timezone, i had to convert my local time (Rome) to UTC and manually change it at every Daylight...
## Describe the bug According to https://github.com/Icinga/icinga2/commit/d0c0beb8beb8a56fc61843b6dfa8b4b34c0a4ec1 a service depending on more than one other service does not cause notfications if **ALL** parent services fail. I did not find any...