fix syslog a little.

git-svn-id: http://www.observium.org/svn/observer/trunk@2406 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-09-02 09:01:32 +00:00
parent 232b330f3d
commit bb95ed4dc3
4 changed files with 44 additions and 61 deletions
+2 -1
View File
@@ -280,10 +280,11 @@ $config['ignore_mount_network'] = 1; # Ignore network mounted storage
### Syslog Settings
$config['syslog_age'] = "1 month"; ## Entries older than this will be removed
$config['syslog_filter'][] = "last message repeated";
$config['syslog_filter'][] = "Connection from UDP: [";
$config['syslog_filter'][] = "ipSystemStatsTable node ipSystemStatsOutFragOKs not implemented";
$config['syslog_filter'][] = "diskio.c: don't know how to handle"; ## Ignore some crappy stuff from SNMP daemon
$config['syslog_filter'][] = "diskio.c"; ## Ignore some crappy stuff from SNMP daemon
### Virtualization