[munin] annuaires.py outdated depuis le 31/08/2010
cf commit 40e59dee85
This commit is contained in:
parent
0ed9920e0f
commit
50c4db571e
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
import sys
|
||||||
|
sys.path.append('/usr/scripts/')
|
||||||
|
import cranslib.deprecated
|
||||||
|
cranslib.deprecated.module()
|
||||||
|
|
||||||
# Liste des bâtiments avec switch manageables
|
# Liste des bâtiments avec switch manageables
|
||||||
bat_switchs = [ 'a' , 'b' , 'c' , 'g', 'h' , 'i' , 'j' , 'm' , 'p' , 'o' ]
|
bat_switchs = [ 'a' , 'b' , 'c' , 'g', 'h' , 'i' , 'j' , 'm' , 'p' , 'o' ]
|
||||||
|
|
|
@ -10,7 +10,7 @@ import sys as _sys
|
||||||
_sys.path.append("/usr/scripts/gestion")
|
_sys.path.append("/usr/scripts/gestion")
|
||||||
del _sys
|
del _sys
|
||||||
|
|
||||||
import annuaires
|
import annuaires_pg as annuaires
|
||||||
import config
|
import config
|
||||||
|
|
||||||
__all__ = ["hosts_plugins", "munin_fw", "cron_plugins", "hosts_crons"]
|
__all__ = ["hosts_plugins", "munin_fw", "cron_plugins", "hosts_crons"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue