mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Add missing datasources for postfix app (#6173)
* Add missing datasources for postfix app * Re-order data
This commit is contained in:
committed by
Neil Lathwood
parent
cf509f138b
commit
3ac4e3c8d5
@@ -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',
|
||||
|
Reference in New Issue
Block a user