From: juhosg Date: Fri, 21 Dec 2012 18:25:36 +0000 (+0000) Subject: collectd: enable nut plugin X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=7442b49d058e26c00ad1d0821a643b960cc9657a;p=packages.git collectd: enable nut plugin This works now... Signed-off-by: David Woodhouse Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@34830 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 413ff8447..6e609b031 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -283,7 +283,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,@BROKEN)) +$(eval $(call BuildPlugin,nut,UPS monitoring input,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,))