From 373ee4cc1093237bd04860c2baee995bfcf609f6 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Sat, 6 Mar 2010 01:36:46 +0000 Subject: [PATCH] config.php.default tweaks git-svn-id: http://www.observium.org/svn/observer/trunk@998 61d68cd4-352d-0410-923a-c4978735b2b8 --- config.php.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php.default b/config.php.default index 26a544203..abec652e9 100755 --- a/config.php.default +++ b/config.php.default @@ -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 "; +$config['email_from'] = "Observer "; $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;