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 #