snmp-utils: snmp.conf indique paths vers les mibs

This commit is contained in:
Daniel STAN 2014-05-19 18:15:36 +02:00
parent 9ce7a74fff
commit 6c51cf2dd1
4 changed files with 18 additions and 0 deletions

3
Bundler/snmp-utils.xml Normal file
View file

@ -0,0 +1,3 @@
<Bundle name="snmp-utils">
<Path name="/etc/snmp/snmp.conf"/>
</Bundle>

View file

@ -0,0 +1,3 @@
<FileInfo>
<Info owner='root' group='root' perms='0644'/>
</FileInfo>

View file

@ -0,0 +1,4 @@
# Attention : Fichier géré par bcfg2
# Où trouver les fichiers mibs habituellement utilisés au Crans :
mibdirs +/usr/scripts/mibs/hp:/usr/scripts/mibs/mge

View file

@ -903,6 +903,10 @@
<Group name="home-permanent"/> <Group name="home-permanent"/>
<Group name="generate"/> <Group name="generate"/>
<Bundle name="usertools"/> <!-- Outils utiles aux adhérents --> <Bundle name="usertools"/> <!-- Outils utiles aux adhérents -->
<!--TODO créer un nouveau groupe pour zamok pour placer toutes
les dépendances de gest_crans, whos et cie -->
<Bundle name="snmp-utils" comment="Pour whos verbeux (switchs etc)"/>
</Group> </Group>
<Group name="news-server"> <Group name="news-server">
@ -1016,6 +1020,7 @@
<Group name="autostatus"> <Group name="autostatus">
<!-- Serveurs qui gènèrent la page d'autostatus --> <!-- Serveurs qui gènèrent la page d'autostatus -->
<Bundle name="autostatus"/> <Bundle name="autostatus"/>
<Bundle name="snmp-utils"/>
<Group name="generate"/> <Group name="generate"/>
</Group> </Group>
@ -1238,6 +1243,7 @@
<Group name="print-server-backend"> <Group name="print-server-backend">
<Group name="cups"/> <Group name="cups"/>
<Group name="non-free"/> <Group name="non-free"/>
<Bundle name="snmp-utils" comment="Status imprimante avant impression"/>
</Group> </Group>
<Group name="radius-server-backend"> <Group name="radius-server-backend">
@ -1468,6 +1474,7 @@
<Group name="munin-server" <Group name="munin-server"
category="supervisor-server"> category="supervisor-server">
<Bundle name="munin-server"/> <Bundle name="munin-server"/>
<Bundle name="snmp-utils" comment="Pour plugins locaux"/>
<Group name="nginx"/> <Group name="nginx"/>
<!-- <Bundle name="munin"/> --> <!-- <Bundle name="munin"/> -->
</Group> </Group>
@ -1489,6 +1496,7 @@
<Group name="arpwatch" > <!-- arpwatch special crans avec traçage des macs --> <Group name="arpwatch" > <!-- arpwatch special crans avec traçage des macs -->
<Group name="non-free"/><!-- Pour snmp-mibs-downloader, pour interrogation switch --> <Group name="non-free"/><!-- Pour snmp-mibs-downloader, pour interrogation switch -->
<Bundle name="arpwatch"/> <Bundle name="arpwatch"/>
<Bundle name="snmp-utils" comment="Pour traçage macs"/>
</Group> </Group>
<!-- +====================+ --> <!-- +====================+ -->