genericify

git-svn-id: http://www.observium.org/svn/observer/trunk@2465 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-09-15 15:01:21 +00:00
parent 34bf22a7e0
commit eb2951d8fc
2 changed files with 12 additions and 10 deletions
+6 -3
View File
@@ -71,9 +71,12 @@ $config['snmp']['transports'] = array('udp', 'udp6', 'tcp', 'tcp6');
### Autodiscovery Settings
$config['dp_autocreate'] = false; ## Autodiscover unknown hosts seen via discovery protocols
$config['snmp_autodiscovery'] = false; ## Autodiscover hosts on new subnets
$config['discover_services'] = false; ## Autodiscover services via SNMP on devices of type "server"
$config['autodiscovery']['xdp'] = true; ## Autodiscover hosts via discovery protocols
$config['autodiscovery']['ospf'] = true; ## Autodiscover hosts via OSPF
$config['autodiscovery']['bgp'] = true; ## Autodiscover hosts via BGP
$config['autodiscovery']['snmpscan'] = true; ## autodiscover hosts via SNMP scanning
$config['discover_services'] = false; ## Autodiscover services via SNMP on devices of type "server"
### Alerting Settings