diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-04-05 18:14:22 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2020-04-05 18:14:22 +0300 |
commit | 18cf4a15ca4fc6dcdd4af21dc00c6a55c07c1a9f (patch) | |
tree | 01044b6087caeea4a9a76f42b80ccd8b48b8c2cf | |
parent | bbf0d2b9b0dbae6a266435fb7b7aa95818813c93 (diff) |
Revert "collectd: disable nut plugin temporarily"
This reverts commit 97dbc515e59b09c069d34e9a5dea7e5efec4f077.
libgd has been been fixed to provide correct pkgconfig info,
so that nut again compiles in buildbot. Thus the nut plugin
can be re-enabled in collectd.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
-rw-r--r-- | utils/collectd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 5aca2e7d6..4639baedc 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -79,7 +79,6 @@ COLLECTD_PLUGINS_DISABLED:= \ notify_email \ notify_nagios \ numa \ - nut \ onewire \ openldap \ openvz \ @@ -170,6 +169,7 @@ 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)) |