diff --git a/munin/scripts/hosts_plugins.py b/munin/scripts/hosts_plugins.py index e0340e88..0f5983d1 100755 --- a/munin/scripts/hosts_plugins.py +++ b/munin/scripts/hosts_plugins.py @@ -132,6 +132,11 @@ for lieu in ["0a", "0b", "2b", "0c", "0g", "2g", "4g", "0h", "-1i", "0j", "4j", 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 #