much better handling of mibhome

This commit is contained in:
Oliver Gorwits
2013-04-19 23:36:06 +01:00
parent d735cc657d
commit 9875c70f41
5 changed files with 30 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
# Web app env-related settings should go to environments/$env.yml
# Your application's name
# application's name
appname: "Netdisco"
# The default web layout to use for your application (located in
@@ -33,7 +33,7 @@ engines:
end_tag: '%]'
PRE_CHOMP: 1
# netdisco stuff (can be overidden in the environment .yml)
# Netdisco stuff (can be overidden in the environment .yml)
web_plugins:
- Inventory
@@ -55,7 +55,12 @@ snmpver: 2
snmpretries: 2
snmptimeout: 1000000
mibhome: /usr/share/netdisco/mibs
# If unset, Netdisco uses "NETDISCO_HOME/netdisco-mibs", assuming you're
# using the netdisco-deploy script to download MIBs there. Otherwise, set
# this, for example:
#
# mibhome: /usr/share/netdisco/mibs
mibdirs:
- cisco
- rfc

View File

@@ -37,7 +37,6 @@ plugins:
# local settings for Netdisco poller and port changes
mibhome: '/home/netdisco/netdisco-mibs'
mibdirs:
- cisco
- rfc

View File

@@ -39,7 +39,6 @@ no_auth: 1
# local settings for Netdisco poller and port changes
mibhome: '/home/netdisco/netdisco-mibs'
mibdirs:
- cisco
- rfc