icinga2
icinga2 copied to clipboard
The core of our monitoring platform with a powerful configuration language and REST API.
I have a stanza in my generic service template ``` if (host.vars.all_services) { vars += host.vars.all_services ``` which i use to override most common variables for all services on a...
## Describe the bug Since we upgraded to 2.14.0 we experince issues with our satellites where "old" values reappear. It seems as all changes in `modified-attributes.conf` are no longer synchronized...
To check the configuration `icinga2 daemon -C` is used, but to reload you need to use either the systemd or init.d command. Is it possible to create a different parameter,...
This issue has been migrated from Redmine: https://dev.icinga.com/issues/10118 **Created by teclogi on 2015-09-08 07:47:20 +00:00** Assignee: _(none)_ Status: _New_ Target Version: _(none)_ Last Update: _2016-03-18 17:26:42 +00:00 (in Redmine)_ Backport?:...
## Describe the bug In a single master setup, when the master is down, replay logs are written on all agents into /var/lib/icinga2/api/log/current; but when the master is up again,...
## Describe the bug I am having a hard time to describe it, since I am not sure what exactly is happening. What we have gathered so far is that...
It would be nice to show the package version and vendor in the output of `icinga2 --version` My suggestion would be the following, but details are up to discussion: Add...
## Is your feature request related to a problem? Please describe. When monitoring temperature and humdity sensors with snmp, some devices give the result multiplied by 100 to avoid decimals....
Unfortunately the GelfWriter Feature is not really documented (config options, etc.) but I was able to find: https://github.com/Icinga/icinga2/blob/master/lib/perfdata/gelfwriter.ti. This tells me there is no way to add custom fields to...