mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@3117 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -33,12 +33,11 @@ echo("memcached(".$app['app_instance'].") ");
|
||||
'connection_structures','bytes','cmd_get','cmd_set','get_hits','get_misses','evictions','bytes_read','bytes_written');
|
||||
|
||||
$values = array();
|
||||
foreach ($dslist as $ds)
|
||||
foreach ($dslist as $ds)
|
||||
{
|
||||
$values[] = isset($data[$ds]) ? $data[$ds] : -1;
|
||||
}
|
||||
|
||||
rrdtool_update($rrd_filename, "N:".implode(":", $values));
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user