From 3be868e396e551a5ab5a15ef3b715541ec2da00d Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Sun, 26 May 2013 15:28:53 +0200 Subject: [PATCH] =?UTF-8?q?[scripts/hosts=5Fplugins]=20M=C3=A9nages=20dans?= =?UTF-8?q?=20les=20plugins=20inutiles=20et=20ajout=20de=20bind9=5Frndc=20?= =?UTF-8?q?sur=20les=20dns.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- munin/scripts/hosts_plugins.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/munin/scripts/hosts_plugins.py b/munin/scripts/hosts_plugins.py index ebca5d20..26820ca1 100755 --- a/munin/scripts/hosts_plugins.py +++ b/munin/scripts/hosts_plugins.py @@ -65,9 +65,7 @@ hosts_plugins = { "if_err_crans.21": "/usr/share/munin/plugins/if_err_", }, "sable": { - "blacklist": "blacklist", - "squid_efficiency": "squid_efficiency", - "bind9_rndc": "/usr/share/munin/plugins/bind9_rndc", + "bind9_rndc": "/usr/share/munin/plugins/bind9_rndc", }, "dhcp": { "dhcpd3": "/usr/share/munin/plugins/dhcpd3", @@ -80,8 +78,10 @@ hosts_plugins = { }, "gordon": { "wifi_clients": "/usr/scripts/wifi_new/munin.py", - "ap_states": "/usr/scripts/wifi_new/munin.py", - "bind9_rndc": "/usr/share/munin/plugins/bind9_rndc" + "bind9_rndc": "/usr/share/munin/plugins/bind9_rndc", + }, + "routeur": { + "bind9_rndc": "/usr/share/munin/plugins/bind9_rndc", }, "thot": { "wifi_auth": "wifi_auth",