From 8c0735d64e22d380f208670d24f0633b699ba3d9 Mon Sep 17 00:00:00 2001 From: Alan Gregory Date: Mon, 15 Aug 2016 18:17:41 -0300 Subject: [PATCH] Fix parameter order --- includes/polling/applications/unbound.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/polling/applications/unbound.inc.php b/includes/polling/applications/unbound.inc.php index f372921b7f..82cfc4d4eb 100644 --- a/includes/polling/applications/unbound.inc.php +++ b/includes/polling/applications/unbound.inc.php @@ -15,7 +15,7 @@ foreach ($lines as $line) { $unbound[$var] = $value; } #Unbound Queries -$rrd_name = array('app', $name."-queries",$app_id); +$rrd_name = array('app', $name,'queries',$app_id); $rrd_def = array( 'DS:type0:DERIVE:600:0:125000000000', 'DS:A:DERIVE:600:0:125000000000',