|
@@ -20,7 +20,7 @@ COLLECTD_PLUGINS_DISABLE = \
|
|
apple_sensors aquaero ascent barometer dbi dpdkstat email \
|
|
apple_sensors aquaero ascent barometer dbi dpdkstat email \
|
|
gmond hddtemp intel_rdt ipmi java lpar lua lvm \
|
|
gmond hddtemp intel_rdt ipmi java lpar lua lvm \
|
|
madwifi mbmon mic multimeter netapp notify_desktop numa \
|
|
madwifi mbmon mic multimeter netapp notify_desktop numa \
|
|
- nut onewire oracle perl pf pinba powerdns python routeros \
|
|
|
|
|
|
+ nut oracle perl pf pinba powerdns python routeros \
|
|
rrdcached sigrok tape target_v5upgrade teamspeak2 ted \
|
|
rrdcached sigrok tape target_v5upgrade teamspeak2 ted \
|
|
tokyotyrant turbostat uuid varnish virt vserver write_kafka \
|
|
tokyotyrant turbostat uuid varnish virt vserver write_kafka \
|
|
write_mongodb xencpu xmms zfs_arc zone
|
|
write_mongodb xencpu xmms zfs_arc zone
|
|
@@ -105,6 +105,7 @@ COLLECTD_CONF_OPTS += \
|
|
$(if $(BR2_PACKAGE_COLLECTD_NOTIFY_NAGIOS),--enable-notify_nagios,--disable-notify_nagios) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_NOTIFY_NAGIOS),--enable-notify_nagios,--disable-notify_nagios) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_NTPD),--enable-ntpd,--disable-ntpd) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_NTPD),--enable-ntpd,--disable-ntpd) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_OLSRD),--enable-olsrd,--disable-olsrd) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_OLSRD),--enable-olsrd,--disable-olsrd) \
|
|
|
|
+ $(if $(BR2_PACKAGE_COLLECTD_ONEWIRE),--enable-onewire,--disable-onewire) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_OPENLDAP),--enable-openldap,--disable-openldap) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_OPENLDAP),--enable-openldap,--disable-openldap) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_OPENVPN),--enable-openvpn,--disable-openvpn) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_OPENVPN),--enable-openvpn,--disable-openvpn) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_PING),--enable-ping,--disable-ping) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_PING),--enable-ping,--disable-ping) \
|
|
@@ -167,6 +168,7 @@ COLLECTD_DEPENDENCIES = \
|
|
$(if $(BR2_PACKAGE_COLLECTD_NETLINK),libmnl) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_NETLINK),libmnl) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_NGINX),libcurl) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_NGINX),libcurl) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_NOTIFY_EMAIL),libesmtp) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_NOTIFY_EMAIL),libesmtp) \
|
|
|
|
+ $(if $(BR2_PACKAGE_COLLECTD_ONEWIRE),owfs) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_OPENLDAP),openldap) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_OPENLDAP),openldap) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_PING),liboping) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_PING),liboping) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_POSTGRESQL),postgresql) \
|
|
$(if $(BR2_PACKAGE_COLLECTD_POSTGRESQL),postgresql) \
|