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 #