mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-31 16:23:50 +02:00
Merge pull request #1715 from laf/rrdoptions
Updated rrdtool_update() to use new array format
This commit is contained in:
@@ -1088,7 +1088,7 @@ function save_mibs($device, $mibname, $oids, $mibdef, &$graphs) {
|
||||
$index,
|
||||
),
|
||||
array('DS:'.$mibdef[$oid]['dsname'].":$type"),
|
||||
"N:$val"
|
||||
array($mibdef[$oid]['dsname'] => $val)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user