aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPaul Gier <pgier@redhat.com>2019-09-04 09:27:25 -0500
committerBen Kochie <superq@gmail.com>2019-09-04 16:27:25 +0200
commit8c3de12c2213c775217290d2b97f465c23f7bff6 (patch)
treeaddc6999a7bb131caa59deaac6785d72fb03bd97 /CHANGELOG.md
parentd3478a207ebc665d4bd06c3dff5e9fb0a5e44eff (diff)
downloadprometheus_node_collector-8c3de12c2213c775217290d2b97f465c23f7bff6.tar.bz2
prometheus_node_collector-8c3de12c2213c775217290d2b97f465c23f7bff6.tar.xz
prometheus_node_collector-8c3de12c2213c775217290d2b97f465c23f7bff6.zip
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 properties https://github.com/systemd/systemd/commit/f755e3b74b94296a534033dd6ae04d9506434210 https://github.com/systemd/systemd/commit/dedabea4b3d61a87cedb5c8d7ccce5b86ea84afe Resolves issue #291 Signed-off-by: Paul Gier <pgier@redhat.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ecffe9a..07997e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@
20* [ENHANCEMENT] Include additional XFS runtime statistics. #1423 20* [ENHANCEMENT] Include additional XFS runtime statistics. #1423
21* [ENHANCEMENT] Report non-fatal collection errors in the exporter metric. #1439 21* [ENHANCEMENT] Report non-fatal collection errors in the exporter metric. #1439
22* [ENHANCEMENT] Expose IPVS firewall mark as a label #1455 22* [ENHANCEMENT] Expose IPVS firewall mark as a label #1455
23* [ENHANCEMENT] Add check for systemd version before attempting to query certain metrics. #1413
23* [BUGFIX] Renamed label `state` to `name` on `node_systemd_service_restart_total`. #1393 24* [BUGFIX] Renamed label `state` to `name` on `node_systemd_service_restart_total`. #1393
24* [BUGFIX] Fix netdev nil reference on Darwin #1414 25* [BUGFIX] Fix netdev nil reference on Darwin #1414
25* [BUGFIX] Strip path.rootfs from mountpoint labels #1421 26* [BUGFIX] Strip path.rootfs from mountpoint labels #1421