mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
syslog fix + device_fanspeeds graph for health main page
git-svn-id: http://www.observium.org/svn/observer/trunk@951 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ function process_syslog ($entry, $update) {
|
||||
$x .= "VALUES ('".$entry['device_id']."','".$entry['program']."','".$entry['facility']."','".$entry['priority']."', '".$entry['level']."', '".$entry['tag']."', '".$entry['msg']."','".$entry['timestamp']."')";
|
||||
if($update && $entry['device_id']) { mysql_query($x); }
|
||||
unset ($fix);
|
||||
}
|
||||
} else { print_r($entry); echo("D-$delete");}
|
||||
|
||||
return $entry;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user