From 67e912b56d7ed9613e9dd3f7158dbbd95340bcde Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Tue, 1 Apr 2014 01:03:44 +0200 Subject: [PATCH] =?UTF-8?q?munin:=20supprime=20les=20plugins=20m=C3=A9t?= =?UTF-8?q?=C3=A9o=20de=20feu-mdr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- munin/scripts/hosts_plugins.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/munin/scripts/hosts_plugins.py b/munin/scripts/hosts_plugins.py index d3c2afc4..ef2d9f56 100755 --- a/munin/scripts/hosts_plugins.py +++ b/munin/scripts/hosts_plugins.py @@ -153,11 +153,6 @@ for switch in annuaires.all_switchs(hide=[]): for host in hosts_plugins.keys(): hosts_plugins[host].update({"sockets": "sockets"}) -# La météo au 4J -hosts_plugins.setdefault("mdr", {}) -for meteo_truc in ["hygro", "temp"]: - hosts_plugins["mdr"]["meteo4J_%s" % meteo_truc] = "meteo4J_" - ######### # Muninisation des firewalls #