lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit b3beb14b67abe5bbbc3f1a15032abd70b19c3c7b
parent 67e785f6a63721961ffa5a7ae6691744bd40ad26
Author: Jo-Philipp Wich <jow@openwrt.org>
Date:   Tue, 24 Nov 2015 14:24:54 +0100

Merge pull request #2006 from dwmw2/master

collectd: enable nut plugin
Diffstat:
Mutils/collectd/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile @@ -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,))