Werk #6580: Optionally send parts of the service state to Graphite/InfluxDB
Komponente | cmc |
Titel | Optionally send parts of the service state to Graphite/InfluxDB |
Datum | 17.09.2018 |
Checkmk-Editon | Checkmk Enterprise (CEE) |
Checkmk-Version | 1.6.0b1 |
Level | Kleine Änderung |
Klasse | Neues Feature |
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen |
In addition to the existing options
- Value
- Unity of measurement
- Warning threshold
- Critical threshold
- Minimum
- Maximum
three new options have been added to the rule "Send metrics to Graphite/InfluxDB":
- State
- Scheduled downtime depth
- Acknowledged
When these options are activated, the corresponding parts of the service state are sent via the Graphite/InfluxDB interface, too. Note that these value are sent once per service, while the already existing options are per metric. To avoid a clash with existing metric names, the three new metric names all start with an equals sign, because due to the Nagios metric syntax, no metric can start with that character. In detail:
- =state: the current state of the service, 0/1/2/3 for OK/WARN/CRIT/UNKNOWN
- =scheduled_downtime_depth: the number of downtimes the service is currently in
- =acknowledged: whether the current problem, if any, has been acknowledged (0/1)
As an example, here the data sent to Graphite/InfluxDB for the "CPU load" service on host "myhost" when all options are enabled:
myhost.CPU_load.=state 0 1537170248
myhost.CPU_load.=scheduled_downtime_depth 0 1537170248
myhost.CPU_load.=acknowledged 0 1537170248
myhost.CPU_load.load1 1.05 1537170248
myhost.CPU_load.load1.warn 40 1537170248
myhost.CPU_load.load1.crit 80 1537170248
myhost.CPU_load.load1.min 0 1537170248
myhost.CPU_load.load1.max 8 1537170248
myhost.CPU_load.load5 0.75 1537170248
myhost.CPU_load.load5.warn 40 1537170248
myhost.CPU_load.load5.crit 80 1537170248
myhost.CPU_load.load5.min 0 1537170248
myhost.CPU_load.load5.max 8 1537170248
myhost.CPU_load.load15 0.71 1537170248
myhost.CPU_load.load15.warn 40 1537170248
myhost.CPU_load.load15.crit 80 1537170248
myhost.CPU_load.load15.min 0 1537170248
myhost.CPU_load.load15.max 8 1537170248
CMK-898
Zur Liste aller Werks