Merge pull request #1715 from laf/rrdoptions

Updated rrdtool_update() to use new array format
This commit is contained in:
Daniel Preussker
2015-09-22 12:15:59 +00:00
65 changed files with 592 additions and 271 deletions
+1 -1
View File
@@ -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)
);
}
}