From: Hannu Nyman Date: Sun, 18 Sep 2022 15:55:03 +0000 (+0300) Subject: collectd: re-enable nut plugin X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5e0af8812521df46165a779acc483135a42e7af8;hp=7e44ef6d425855e1c05c3a3aeb16357d275df398;p=feed%2Fpackages.git 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 --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index bbdbbda68f..dfcecc9673 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))