much better handling of mibhome
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -37,7 +37,6 @@ plugins:
|
||||
|
||||
# local settings for Netdisco poller and port changes
|
||||
|
||||
mibhome: '/home/netdisco/netdisco-mibs'
|
||||
mibdirs:
|
||||
- cisco
|
||||
- rfc
|
||||
|
||||
@@ -39,7 +39,6 @@ no_auth: 1
|
||||
|
||||
# local settings for Netdisco poller and port changes
|
||||
|
||||
mibhome: '/home/netdisco/netdisco-mibs'
|
||||
mibdirs:
|
||||
- cisco
|
||||
- rfc
|
||||
|
||||
Reference in New Issue
Block a user