[munin/hosts_plugins] menage et indent

This commit is contained in:
Daniel STAN 2013-07-01 00:00:23 +02:00
parent d0d5e83bb9
commit 5765737e72

View file

@ -27,7 +27,7 @@ cron_plugins = {
} }
# Hôtes pour lesquels le firewall est muninisé # Hôtes pour lesquels le firewall est muninisé
munin_fw = sorted(["zamok", "redisdead", "komaz", "sable", "gordon"]) munin_fw = sorted(["zamok", "komaz", "sable"])
hosts_plugins = { hosts_plugins = {
"zamok": { "zamok": {
@ -43,16 +43,6 @@ hosts_plugins = {
"slapd_bdb_cache_pages": "slapd_bdb_cache_", "slapd_bdb_cache_pages": "slapd_bdb_cache_",
"slapd_bdb_cache_percent": "slapd_bdb_cache_", "slapd_bdb_cache_percent": "slapd_bdb_cache_",
}, },
"redisdead": {
"machines": "machines",
# "webalizer_dixans": "webalizer_",
# "webalizer_install-party": "webalizer_",
# "webalizer_news": "webalizer_",
# "webalizer_trophee": "webalizer_",
# "webalizer_webmail": "webalizer_",
# "webalizer_wiki": "webalizer_",
# "webalizer_www": "webalizer_",
},
"komaz": { "komaz": {
"machines": "machines", "machines": "machines",
"if_sixxs2": "/usr/share/munin/plugins/if_", "if_sixxs2": "/usr/share/munin/plugins/if_",
@ -114,6 +104,9 @@ hosts_plugins = {
"innd_total": "innd_total", "innd_total": "innd_total",
"innd_last": "innd_last", "innd_last": "innd_last",
"innd_connects": "innd_connects", "innd_connects": "innd_connects",
},
"zbee": {
'nfsd' : '/usr/share/munin/plugins/nfsd',
} }
} }