mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 08:02:23 +02:00
fix load graph (fixed per-os specific graphs for device-level graphs *only*)
git-svn-id: http://www.observium.org/svn/observer/trunk@1157 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+1
-1
@@ -211,7 +211,7 @@ while ($device = mysql_fetch_array($device_query)) {
|
||||
eventlog("OS Version -> $version", $device['device_id']);
|
||||
}
|
||||
|
||||
if ( $features && $features != $device['features'] ) {
|
||||
if ( $features != $device['features'] ) {
|
||||
$poll_update .= $poll_separator . "`features` = '$features'";
|
||||
$poll_separator = ", ";
|
||||
eventlog("OS Features -> $features", $device['device_id']);
|
||||
|
||||
Reference in New Issue
Block a user