systemd: check version for availability of properties (#1413)
The dbus property 'SystemState' and the timer property 'LastTriggerUSec' were added in version 212 of systemd. Check that the version of systemd is higher than 212 before attempting to query these propertiesf755e3b74bdedabea4b3Resolves issue #291 Signed-off-by: Paul Gier <pgier@redhat.com>
This commit is contained in:
parent
d3478a207e
commit
8c3de12c22
2 changed files with 63 additions and 12 deletions
|
|
@ -20,6 +20,7 @@
|
|||
* [ENHANCEMENT] Include additional XFS runtime statistics. #1423
|
||||
* [ENHANCEMENT] Report non-fatal collection errors in the exporter metric. #1439
|
||||
* [ENHANCEMENT] Expose IPVS firewall mark as a label #1455
|
||||
* [ENHANCEMENT] Add check for systemd version before attempting to query certain metrics. #1413
|
||||
* [BUGFIX] Renamed label `state` to `name` on `node_systemd_service_restart_total`. #1393
|
||||
* [BUGFIX] Fix netdev nil reference on Darwin #1414
|
||||
* [BUGFIX] Strip path.rootfs from mountpoint labels #1421
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue