config.php.default tweaks

git-svn-id: http://www.observium.org/svn/observer/trunk@998 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-03-06 01:36:46 +00:00
parent 67003d60d1
commit 373ee4cc10

View File

@@ -58,7 +58,7 @@ $config['page_refresh'] = "0"; ## Refresh the page every xx seconds
$config['front_page'] = "pages/front/default.php";
$config['email_default'] = "adama@as8681.net";
$config['email_from'] = "Observer <observer@jerseytelecom.com>";
$config['email_from'] = "Observer <observer@" . $config['mydomain'] . >";
$config['email_headers'] = "From: " . $config['email_from'] . "\r\n";
$config['login_message'] = "Unauthorised access or use shall render the user liable to criminal and/or civil prosecution.";
@@ -66,7 +66,7 @@ $config['login_message'] = "Unauthorised access or use shall render the user li
### What should we warn about?
$config['warn']['ifdown'] = false;
## Should we autocreate hosts we see via CDP?
## Should we autocreate hosts we see via discovery protocols?
$config['cdp_autocreate'] = false;
$config['snmp_autodiscovery'] = false;