From 8661234205c9d19fe372d38c94ecd9c53e3fff9f Mon Sep 17 00:00:00 2001 From: Olivier Iffrig Date: Sat, 8 Dec 2012 19:03:25 +0100 Subject: [PATCH] =?UTF-8?q?M=C3=A9t=C3=A9o=20du=204J?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: 71a8940266ccdd73d84b7fd41bc3592b darcs-hash:20121208180325-108b1-af402cc79af7bab8af593bcc22a03e19665574d5.gz --- munin/scripts/hosts_plugins.py | 5 +++++ 1 file changed, 5 insertions(+) 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 #