aboutsummaryrefslogtreecommitdiff
path: root/utils/collectd
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2022-09-18 18:55:03 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2022-09-18 18:55:03 +0300
commit5e0af8812521df46165a779acc483135a42e7af8 (patch)
tree30998a1df476c4933bdded91376a0a2762022230 /utils/collectd
parent7e44ef6d425855e1c05c3a3aeb16357d275df398 (diff)
collectd: re-enable nut plugin
Re-enable the nut plugin (remove BROKEN mark). Nut itself has been patched to provide better compatible time_t. I have not not run-tested the plugin, so it is still possible that the fixes from upstream collectd PR 4043 are still needed. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'utils/collectd')
-rw-r--r--utils/collectd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile
index bbdbbda68..dfcecc967 100644
--- a/utils/collectd/Makefile
+++ b/utils/collectd/Makefile
@@ -494,7 +494,7 @@ $(eval $(call BuildPlugin,netlink,netlink input,netlink,+PACKAGE_collectd-mod-ne
$(eval $(call BuildPlugin,network,network input/output,network,+PACKAGE_COLLECTD_ENCRYPTED_NETWORK:libgcrypt))
$(eval $(call BuildPlugin,nginx,nginx status input,nginx,+PACKAGE_collectd-mod-nginx:libcurl))
$(eval $(call BuildPlugin,ntpd,NTP daemon status input,ntpd,))
-$(eval $(call BuildPlugin,nut,UPS monitoring input,nut,+PACKAGE_collectd-mod-nut:nut-common @BROKEN))
+$(eval $(call BuildPlugin,nut,UPS monitoring input,nut,+PACKAGE_collectd-mod-nut:nut-common))
$(eval $(call BuildPlugin,olsrd,OLSRd status input,olsrd,))
$(eval $(call BuildPlugin,openvpn,OpenVPN traffic/compression input,openvpn,))
$(eval $(call BuildPlugin,ping,ping status input,ping,+PACKAGE_collectd-mod-ping:liboping))