add hidden option to discover services

git-svn-id: http://www.observium.org/svn/observer/trunk@1856 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-03-15 15:27:25 +00:00
parent a8d60662d2
commit 6ab72cc52f

View File

@ -28,7 +28,8 @@ $config['ipmitool'] = "/usr/bin/ipmitool";
### Web Interface Settings
if(isset($_SERVER["SERVER_NAME"]) && isset($_SERVER["SERVER_PORT"])) {
if (isset($_SERVER["SERVER_NAME"]) && isset($_SERVER["SERVER_PORT"]))
{
$config['base_url'] = "http://" . $_SERVER["SERVER_NAME"] .":".$_SERVER["SERVER_PORT"];
}
$config['title_image'] = "images/observium-logo.png";
@ -66,6 +67,7 @@ $config['snmp']['internal'] = false; # Enable php_snmp functions to make gets
$config['cdp_autocreate'] = false; ## Autodiscover unknown hosts seen via CDP
$config['snmp_autodiscovery'] = false; ## Autodiscover hosts on new subnets
$config['discover_services'] = false; ## Autodiscover services via SNMP on devices of type "server"
### Alerting Settings
@ -220,4 +222,4 @@ $config['astext'][65333] = "Cymru Bogon Feed";
### What should we warn about?
$config['warn']['ifdown'] = false;
?>
?>