mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix mac accounting
git-svn-id: http://www.observium.org/svn/observer/trunk@3249 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -77,7 +77,7 @@ if ($device['os_group'] == "cisco")
|
||||
|
||||
// FIXME - use memcached to make sure these values don't go backwards?
|
||||
$rrdupdate = array($b_in, $b_out, $p_in, $p_out);
|
||||
$ret = rrdtool_update("$rrdfile", $rrdupdate);
|
||||
rrdtool_update($rrdfile, $rrdupdate);
|
||||
|
||||
if ($acc['update'])
|
||||
{ // Do Updates
|
||||
|
Reference in New Issue
Block a user