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.
This commit is contained in:
valikvicious
2017-02-20 00:27:43 +02:00
committed by Neil Lathwood
parent bf7656923e
commit dc7e6f17c6
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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;