From f0c913ab8e60427e7d04883ba7526125e67a1c09 Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Tue, 21 Apr 2009 23:36:04 +0200 Subject: [PATCH] [links_plugins.py] on rajoute les stats de connexions partout darcs-hash:20090421213604-bd074-ba1971d486c22ae4c76c152bc196022d0c41c5b7.gz --- munin/scripts/hosts_plugins.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/munin/scripts/hosts_plugins.py b/munin/scripts/hosts_plugins.py index 60a2da7c..fc65ba24 100755 --- a/munin/scripts/hosts_plugins.py +++ b/munin/scripts/hosts_plugins.py @@ -110,6 +110,10 @@ for switch in annuaires.all_switchs(): switch = switch.replace('-', '_') hosts_plugins["munin"]["ping_%s.adm" % switch] = "ping_bat_" +# On rajoute les stats de connexion +for host in hosts_plugins.keys(): + hosts_plugins[host].update({"sockets": "sockets"}) + ######### # Muninisation des firewalls #