Werk #16148: New livestatus column performance_data
Komponente | Livestatus | ||
Titel | New livestatus column performance_data | ||
Datum | 12.01.2024 | ||
Level | Kleine Änderung | ||
Klasse | Neues Feature | ||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||
Checkmk versions & editions |
|
The hosts and services tables have a new column named
performance_data
that returns a mapping where the keys
are the names of metrics and values are the numeric values
of the performance data.
For example,
OMD[heute]:~$ lq << EOF
> GET services
> Columns: description performance_data
> Filter: description = CPU load
> OutputFormat: python
> EOF
[["CPU load",{"load5":0.64,"load1":0.62,"load15":1.13}]]