[munin] mise à jour vers la 1.4

darcs-hash:20100205121602-ffbb2-12d71a997e596f35b16c0309949577d4fb727d49.gz
This commit is contained in:
Nicolas Dandrimont 2010-02-05 13:16:02 +01:00
parent 524d0f8107
commit 947162db3a
2 changed files with 15 additions and 4 deletions

View file

@ -77,7 +77,7 @@ hosts_plugins = {
"audimat": "audimat",
"batiments": "batiments",
"munin": "munin",
"ping_multiprise.adm": "ping_",
"ping_multiprise_v6.adm": "ping_",
"stats-ip": "stats-ip",
# La suite plus bas...
},
@ -110,6 +110,10 @@ for switch in annuaires.all_switchs():
switch = switch.replace('-', '_')
hosts_plugins["munin"]["ping_%s.adm" % switch] = "ping_bat_"
# Et les vigiles...
for lieu in ["0a", "0b", "2b", "0c", "0g", "2g", "4g", "0h", "-1i", "0j", "4j", "0m"]:
hosts_plugins["munin"]["vigile_vigile_%s.adm.crans.org" % lieu.replace('-','_')] = "/usr/scripts/surveillance/vigile"
# On rajoute les stats de connexion
for host in hosts_plugins.keys():
hosts_plugins[host].update({"sockets": "sockets"})