From beedab8bb3fe502a6667d7115d092336b7e33e97 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 7 Feb 2017 02:52:51 +0100 Subject: [PATCH] cpe/ap_install_collectd.sh: fix plugins --- salt/cpe/ap_install_collectd.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/salt/cpe/ap_install_collectd.sh b/salt/cpe/ap_install_collectd.sh index acfbea7..edb173b 100644 --- a/salt/cpe/ap_install_collectd.sh +++ b/salt/cpe/ap_install_collectd.sh @@ -4,7 +4,7 @@ for HOST in $@ ; do ssh root@$HOST \ "ash -e -x" <<__SSH__ opkg update -opkg install collectd collectd-mod-iwinfo collectd-mod-network +opkg install collectd collectd-mod-interface collectd-mod-load collectd-mod-cpu collectd-mod-iwinfo collectd-mod-network cat > /etc/collectd.conf <