[munin] retrait plugin vigile

Il n'affiche rien de pertinent anyway.
This commit is contained in:
Daniel STAN 2013-05-08 03:40:20 +02:00
parent 20fdae6ac2
commit a15eec657b
2 changed files with 0 additions and 30 deletions

View file

@ -139,10 +139,6 @@ for switch in annuaires.all_switchs():
switch = switch.replace('-', '_')
hosts_plugins["dyson"]["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["dyson"]["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"})