From 6f74e064d4a5035b12735de0409a147678574556 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 4 Apr 2007 08:33:57 +0000 Subject: [PATCH] update config.php.default git-svn-id: http://www.observium.org/svn/observer/trunk@35 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 37c24651b..e580123ed 100755 --- a/config.php.default +++ b/config.php.default @@ -26,12 +26,12 @@ $snmpget = "/usr/bin/snmpget"; ### List of networks to allow scanning-based discovery $nets = array ("172.22.0.0/16", "10.0.0.0/8"); +### Customisation Options $mydomain = "project-observer.net"; - $page_title = "Project Observer Network Monitoring"; $title_image = "/images/logo.gif"; $stylesheet = "/css/styles.css"; - +$mono_font = "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf"; ### Which special sections should we show? $show_if_customers = 0;