[links_plugins.py] on rajoute les stats de connexions partout
darcs-hash:20090421213604-bd074-ba1971d486c22ae4c76c152bc196022d0c41c5b7.gz
This commit is contained in:
parent
6e61a4a029
commit
f0c913ab8e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue