mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix parameter order
This commit is contained in:
@@ -15,7 +15,7 @@ foreach ($lines as $line) {
|
|||||||
$unbound[$var] = $value;
|
$unbound[$var] = $value;
|
||||||
}
|
}
|
||||||
#Unbound Queries
|
#Unbound Queries
|
||||||
$rrd_name = array('app', $name."-queries",$app_id);
|
$rrd_name = array('app', $name,'queries',$app_id);
|
||||||
$rrd_def = array(
|
$rrd_def = array(
|
||||||
'DS:type0:DERIVE:600:0:125000000000',
|
'DS:type0:DERIVE:600:0:125000000000',
|
||||||
'DS:A:DERIVE:600:0:125000000000',
|
'DS:A:DERIVE:600:0:125000000000',
|
||||||
|
Reference in New Issue
Block a user