From 43cbff511e7c5a0acdc4bcaf55c12e3d860a9753 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Thu, 6 Aug 2015 19:48:31 +0200 Subject: [PATCH] Revert "Configuration du backbone et de bato1 en snmp" This reverts commit 73ab4ff3fee1f0749b9b78a98392229c7f3ea231. --- Python/etc/munin/munin.conf | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Python/etc/munin/munin.conf b/Python/etc/munin/munin.conf index e9b2f4f..b19395d 100755 --- a/Python/etc/munin/munin.conf +++ b/Python/etc/munin/munin.conf @@ -49,22 +49,11 @@ munin_cgi_graph_jobs 6 #============================== Les switchs ================================ #Il ne s'agit pas de clients bcfg2 et ne sont par ailleurs pas des nœuds munin """) -switchs = [ x[:x.rindex('.crans.org')] for x in annuaires_pg.all_switchs(hide=["backbone.adm.crans.org","bato-1.adm.crans.org"]) ] +switchs = [ x[:x.rindex('.crans.org')] for x in annuaires_pg.all_switchs(hide=[]) ] for host in switchs: out('[switchs.crans.org;%s]' % (host,)) out(' address localhost\n') -out("""#============================ Switchs en snmp ======================== -# On configure certains switchs pour etre contactés en snmp, et récupérer les données -[switchs.crans.org;backbone.adm.crans.org] - address localhost - use_node_name no - -[switchs.crans.org;bato-1.adm.crans.org] - address localhost - use_node_name no -""") - out(""" #============================== Les bornes wifi ============================