mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
split netstats pollers into protocols. update $graphs array for each one successfully polled
git-svn-id: http://www.observium.org/svn/observer/trunk@1501 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
$storage_cache = array();
|
||||
|
||||
echo("Storage: ");
|
||||
|
||||
$query = "SELECT * FROM storage WHERE device_id = '" . $device['device_id'] . "'";
|
||||
$storage_data = mysql_query($query);
|
||||
while($storage = mysql_fetch_array($storage_data)) {
|
||||
@@ -54,4 +56,6 @@ while($storage = mysql_fetch_array($storage_data)) {
|
||||
|
||||
unset($storage);
|
||||
|
||||
echo("\n");
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user