From dc7e6f17c68d42e332be35a323f73b7338a66f85 Mon Sep 17 00:00:00 2001 From: valikvicious Date: Mon, 20 Feb 2017 00:27:43 +0200 Subject: [PATCH] fix: exim queue graph (#5945) * fixed exim app queue graph to show queue and not frozen messages * I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. --- AUTHORS.md | 1 + html/includes/graphs/application/exim-stats_queue.inc.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS.md b/AUTHORS.md index f920d39258..c2cfd7287c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -182,6 +182,7 @@ LibreNMS contributors: - Robert Penziol (rpenziol) - Stefan Behte (craig) - Zane C. Bowers-Hadley (vvelox) +- Valentin Polonuyer (ValikVicious) Observium was written by: - Adam Armstrong diff --git a/html/includes/graphs/application/exim-stats_queue.inc.php b/html/includes/graphs/application/exim-stats_queue.inc.php index 37bcc5793f..bd7533c8ee 100644 --- a/html/includes/graphs/application/exim-stats_queue.inc.php +++ b/html/includes/graphs/application/exim-stats_queue.inc.php @@ -35,7 +35,7 @@ $transparency = 33; $rrd_filename = rrd_name($device['hostname'], array('app', $name, $app_id)); $array = array( - 'frozen' => array('descr' => 'Queue emails','colour' => 'c13a38',), + 'queue' => array('descr' => 'Queue emails','colour' => 'c13a38',), ); $i = 0;