mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
PureFTPd Application (#11048)
* PureFTPd Application * graphing connected Users
This commit is contained in:
committed by
Kevin Krumm
parent
3629db9464
commit
6ffde9ce2d
@@ -45,6 +45,11 @@ $graphs['powerdns-recursor'] = array(
|
||||
'cache_performance',
|
||||
'outqueries'
|
||||
);
|
||||
$graphs['pureftpd'] = array(
|
||||
'bitrate',
|
||||
'connections',
|
||||
'users'
|
||||
);
|
||||
$graphs['rrdcached'] = array(
|
||||
'queue_length',
|
||||
'events',
|
||||
|
Reference in New Issue
Block a user