collectd: explicitly disable zone plugin

It's intended for solaris so no usage case for buildroot.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2016-12-21 22:59:11 -03:00 committed by Peter Korsgaard
parent a5829f36b8
commit 6686a8b2bc

View File

@ -20,7 +20,7 @@ COLLECTD_PLUGINS_DISABLE = \
nut onewire oracle perl pf pinba powerdns python redis routeros \
rrdcached sigrok tape target_v5upgrade teamspeak2 ted \
tokyotyrant turbostat uuid varnish virt vserver write_kafka \
write_mongodb write_redis xmms zfs_arc
write_mongodb write_redis xmms zfs_arc zone
COLLECTD_CONF_ENV += LIBS="-lm"