add rancid config integration

git-svn-id: http://www.observium.org/svn/observer/trunk@343 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2009-02-04 16:18:11 +00:00
parent acfc14a887
commit 7fa663d9f5
5 changed files with 61 additions and 9 deletions
+2
View File
@@ -76,6 +76,8 @@ $config['enable_syslog'] = 1; # Enable Syslog
$config['enable_billing'] = 1; # Enable BGP session collection and display
$config['enable_inventory'] = 1; # Enable Inventory
## Uncomment this to enable display of rancid-collected configs
#$config['rancid_configs'] = '/var/lib/rancid/network/configs/';
## If a syslog entry contails these strings it is deleted from the database
$config['syslog_filter'] = array("last message repeated", "Connection from UDP: [127.0.0.1]:");