mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
ignore timeout/retries if timeout/retries == 0
git-svn-id: http://www.observium.org/svn/observer/trunk@1825 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -12,6 +12,10 @@ function process_syslog ($entry, $update)
|
||||
}
|
||||
}
|
||||
|
||||
if(strstr($entry['msg'], "diskio.c: don't know how to handle") !== FALSE) {
|
||||
$delete = 1;
|
||||
}
|
||||
|
||||
$device_id_host = @mysql_result(mysql_query("SELECT device_id FROM devices WHERE `hostname` = '".$entry['host']."' OR `sysName` = '".$entry['host']."'"),0);
|
||||
|
||||
if($device_id_host)
|
||||
|
||||
Reference in New Issue
Block a user