collectd: disable nut plugin temporarily
authorHannu Nyman <hannu.nyman@iki.fi>
Sat, 4 Apr 2020 15:10:50 +0000 (18:10 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Sat, 4 Apr 2020 15:12:11 +0000 (18:12 +0300)
Disable nut plugin for now, as nut is currently
failing to build in buildbot (maybe due to libgd),
and the nut plugin prevents compiling collectd itself.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
utils/collectd/Makefile

index 4639baedce599cfef3fc11b1250e1fa247d65b06..5aca2e7d60442dc2f0661c9d3b967188225d1237 100644 (file)
@@ -79,6 +79,7 @@ COLLECTD_PLUGINS_DISABLED:= \
        notify_email \
        notify_nagios \
        numa \
+       nut \
        onewire \
        openldap \
        openvz \
@@ -169,7 +170,6 @@ COLLECTD_PLUGINS_SELECTED:= \
        network \
        nginx \
        ntpd \
-       nut \
        olsrd \
        openvpn \
        ping \
@@ -406,7 +406,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))
+#$(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))