collectd: enable nut plugin
authorDavid Woodhouse <redacted>
Thu, 17 Sep 2015 10:46:46 +0000 (11:46 +0100)
committerDavid Woodhouse <redacted>
Sun, 22 Nov 2015 12:42:51 +0000 (12:42 +0000)
Signed-off-by: David Woodhouse <redacted>
utils/collectd/Makefile

index 280c868b94a4e0b06301d6147bf8d4c8c6d0edd6..803a61d49ffc5aca65e41970408323e02abae262 100644 (file)
@@ -60,7 +60,6 @@ COLLECTD_PLUGINS_DISABLED:= \
        notify_desktop \
        notify_email \
        numa \
-       nut \
        openldap \
        openvz \
        oracle \
@@ -126,6 +125,7 @@ COLLECTD_PLUGINS_SELECTED:= \
        network \
        nginx \
        ntpd \
+       nut \
        olsrd \
        onewire \
        openvpn \
@@ -320,7 +320,7 @@ $(eval $(call BuildPlugin,netlink,netlink input,netlink,+PACKAGE_collectd-mod-ne
 $(eval $(call BuildPlugin,network,network input/output,network))
 $(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))
+$(eval $(call BuildPlugin,nut,UPS monitoring input,nut,+PACKAGE_collectd-mod-nut:nut))
 $(eval $(call BuildPlugin,olsrd,OLSRd status input,olsrd,))
 $(eval $(call BuildPlugin,onewire,onewire sensor input,onewire,+PACKAGE_collectd-mod-onewire:libow-capi @BROKEN))
 $(eval $(call BuildPlugin,openvpn,OpenVPN traffic/compression input,openvpn,))
git clone https://git.99rst.org/PROJECT