mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
committed by
Neil Lathwood
parent
bf7656923e
commit
dc7e6f17c6
@@ -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
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user