[munin] annuaires.py outdated depuis le 31/08/2010

cf commit 40e59dee85
This commit is contained in:
Daniel STAN 2013-05-09 21:20:39 +02:00
parent 0ed9920e0f
commit 50c4db571e
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
sys.path.append('/usr/scripts/')
import cranslib.deprecated
cranslib.deprecated.module()
# Liste des bâtiments avec switch manageables
bat_switchs = [ 'a' , 'b' , 'c' , 'g', 'h' , 'i' , 'j' , 'm' , 'p' , 'o' ]

View file

@ -10,7 +10,7 @@ import sys as _sys
_sys.path.append("/usr/scripts/gestion")
del _sys
import annuaires
import annuaires_pg as annuaires
import config
__all__ = ["hosts_plugins", "munin_fw", "cron_plugins", "hosts_crons"]