[munin/scripts] Améliorations diverses
Ignore-this: caad836e0dfeafe6da1f30b6cf74ec63 darcs-hash:20090328152022-ffbb2-79e3736d738365780ba14d263f2cf83016164234.gz
This commit is contained in:
parent
371e293d9d
commit
67edc088e7
2 changed files with 69 additions and 32 deletions
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# Copyright © 2009 Nicolas Dandrimont <Nicolas.Dandrimont@crans.org>
|
||||
#
|
||||
# Licence: Domaine public (qui voudrait de ça de toute façon...)
|
||||
# Licence: MIT
|
||||
|
||||
import sys as _sys
|
||||
_sys.path.append("/usr/scripts/gestion")
|
||||
|
@ -43,16 +43,13 @@ hosts_plugins = {
|
|||
"iptables_mangle": "iptables_",
|
||||
"iptables_nat": "iptables_",
|
||||
"machines": "machines",
|
||||
"webalizer_dixans": "webalizer_",
|
||||
"webalizer_install-party": "webalizer_",
|
||||
"webalizer_news": "webalizer_",
|
||||
"webalizer_trophee": "webalizer_",
|
||||
"webalizer_webmail": "webalizer_",
|
||||
"webalizer_wiki": "webalizer_",
|
||||
"webalizer_www": "webalizer_",
|
||||
"wiki_pages": "wiki_pages",
|
||||
"wiki_themes": "wiki_themes",
|
||||
"wiki_users": "wiki_users",
|
||||
# "webalizer_dixans": "webalizer_",
|
||||
# "webalizer_install-party": "webalizer_",
|
||||
# "webalizer_news": "webalizer_",
|
||||
# "webalizer_trophee": "webalizer_",
|
||||
# "webalizer_webmail": "webalizer_",
|
||||
# "webalizer_wiki": "webalizer_",
|
||||
# "webalizer_www": "webalizer_",
|
||||
},
|
||||
"komaz": {
|
||||
"iptables_filter": "iptables_",
|
||||
|
@ -66,6 +63,14 @@ hosts_plugins = {
|
|||
"iptables_mangle": "iptables_",
|
||||
"iptables_nat": "iptales_",
|
||||
},
|
||||
"xmpp": {
|
||||
"jabber": "jabeer",
|
||||
},
|
||||
"niomniom": {
|
||||
"wiki_pages": "wiki_pages",
|
||||
"wiki_themes": "wiki_themes",
|
||||
"wiki_users": "wiki_users",
|
||||
},
|
||||
"munin": {
|
||||
"audimat": "audimat",
|
||||
"batiments": "batiments",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue