Add BGP detection and polling. Fix a lot of other things.

git-svn-id: http://www.observium.org/svn/observer/trunk@161 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2008-03-15 17:58:15 +00:00
parent 935744d1ed
commit 190f5ee2ce
15 changed files with 259 additions and 57 deletions
+5 -6
View File
@@ -53,16 +53,15 @@ $config['overlib_defaults'] = ",FGCOLOR,'#e5e5e5', BGCOLOR, '#e5e5e5'";
### List of networks to allow scanning-based discovery
$nets = array ("192.168.0.0/24", "10.0.0.0/8");
$config['nets'] = array ("192.168.0.0/24", "10.0.0.0/8");
### Your company domain name
$config['mydomain'] = "project-observer.org";
$mydomain = $config['mydomain'];
$page_title = "Observer Demo";
$title_image = "/images/observer-header.png";
$stylesheet = "/css/styles.css";
$config['page_title'] = "Observer Demo";
$config['title_image'] = "/images/observer-header.png";
$config['stylesheet'] = "/css/styles.css";
$mono_font = "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf";
$favicon = "/favicon.ico";
$config['favicon'] = "/favicon.ico";
$config['email_default'] = "admin@project-observer.org";
$config['email_from'] = "observer@project-observer.org";