mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Correction to netstats (#6088)
This commit is contained in:
committed by
Neil Lathwood
parent
93a43eddbf
commit
0227dd655f
@@ -28,7 +28,7 @@ if (!starts_with($device['os'], array('Snom', 'asa'))) {
|
||||
$rrd_def = new RrdDefinition();
|
||||
$snmpstring = '';
|
||||
foreach ($oids as $oid) {
|
||||
$rrd_def->addDataset($oids, 'COUNTER', null, 100000000000);
|
||||
$rrd_def->addDataset($oid, 'COUNTER', null, 100000000000);
|
||||
$snmpstring .= ' IP-MIB::'.$oid.'.0';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user