[munin/link_plugins] squid_icp inutile
Ignore-this: b3e7c1e1e42bb15653cf807bd1f67749 darcs-hash:20090329222920-ffbb2-7f9be90bb0651ef132f907219e77c543f6ce95e8.gz
This commit is contained in:
parent
36f23972df
commit
0bb8c6210d
1 changed files with 9 additions and 1 deletions
|
@ -23,7 +23,15 @@ import tempfile
|
|||
from hosts_plugins import hosts_plugins
|
||||
|
||||
# Plugins munin classiques à ignorer
|
||||
IGNORE_PLUGINS = ('port_', 'vlan_', 'apt_all', 'if_', 'if_err_', 'multips')
|
||||
IGNORE_PLUGINS = (
|
||||
'apt_all',
|
||||
'if_',
|
||||
'if_err_',
|
||||
'multips',
|
||||
'port_',
|
||||
'squid_icp',
|
||||
'vlan_',
|
||||
)
|
||||
|
||||
# Chemin d'accès aux plugins munin
|
||||
MUNIN_PATH = "/usr/share/munin/plugins"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue