[links_plugins.py] on rajoute les stats de connexions partout

darcs-hash:20090421213604-bd074-ba1971d486c22ae4c76c152bc196022d0c41c5b7.gz
This commit is contained in:
Antoine Durand-Gasselin 2009-04-21 23:36:04 +02:00
parent 6e61a4a029
commit f0c913ab8e

View file

@ -110,6 +110,10 @@ for switch in annuaires.all_switchs():
switch = switch.replace('-', '_') switch = switch.replace('-', '_')
hosts_plugins["munin"]["ping_%s.adm" % switch] = "ping_bat_" 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 # Muninisation des firewalls
# #