[munin/scripts/hosts_plugins.py] on ajoute les plugins wifi pour gordon
darcs-hash:20100208160928-bd074-706665d067301412c6104f2491e09fe81aa2e4a6.gz
This commit is contained in:
parent
00e2186d53
commit
12f9b30154
1 changed files with 6 additions and 1 deletions
|
@ -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", "rouge", "komaz", "sable"])
|
munin_fw = sorted(["zamok", "rouge", "komaz", "sable", "gordon"])
|
||||||
|
|
||||||
hosts_plugins = {
|
hosts_plugins = {
|
||||||
"zamok": {
|
"zamok": {
|
||||||
|
@ -65,6 +65,11 @@ hosts_plugins = {
|
||||||
"sable": {
|
"sable": {
|
||||||
"blacklist": "blacklist",
|
"blacklist": "blacklist",
|
||||||
},
|
},
|
||||||
|
"gordon": {
|
||||||
|
"uptime_bornes": "/usr/scripts/wifi/bornes.py",
|
||||||
|
"canal_bornes": "/usr/scripts/wifi/bornes.py",
|
||||||
|
"clients_bornes": "/usr/scripts/wifi/bornes.py"
|
||||||
|
},
|
||||||
"xmpp": {
|
"xmpp": {
|
||||||
"jabber": "jabber",
|
"jabber": "jabber",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue