Skip to content

Commit

Permalink
fix: exim queue graph (#5945)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
valikvicious authored and laf committed Feb 19, 2017
1 parent bf76569 commit dc7e6f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ LibreNMS contributors:
- Robert Penziol <rpenziol@pdx.edu> (rpenziol)
- Stefan Behte <craig at haquarter.de> (craig)
- Zane C. Bowers-Hadley <vvelox@vvelox.net> (vvelox)
- Valentin Polonuyer <valik.vicious@gmail.com> (ValikVicious)

Observium was written by:
- Adam Armstrong
Expand Down
2 changes: 1 addition & 1 deletion html/includes/graphs/application/exim-stats_queue.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
$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;
Expand Down

0 comments on commit dc7e6f1

Please sign in to comment.