fix: Add missing datasources for postfix app (#6173)

* Add missing datasources for postfix app

* Re-order data
This commit is contained in:
Florian Beer
2017-03-29 23:59:59 +02:00
committed by Neil Lathwood
parent cf509f138b
commit 3ac4e3c8d5
2 changed files with 11 additions and 3 deletions

View File

@@ -82,6 +82,12 @@ if (is_file($rrd_filename)) {
'ds' => 'iuscp',
'colour' => '853A6C'
),
array(
'filename' => $rrd_filename,
'descr' => 'Msg ex limit',
'ds' => 'msefl',
'colour' => '0053EE'
),
array(
'filename' => $rrd_filename,
'descr' => 'Config Error',