PureFTPd Application (#11048)

* PureFTPd Application

* graphing connected Users
This commit is contained in:
SourceDoctor
2020-01-22 01:50:11 +01:00
committed by Kevin Krumm
parent 3629db9464
commit 6ffde9ce2d
8 changed files with 259 additions and 0 deletions

View File

@@ -45,6 +45,11 @@ $graphs['powerdns-recursor'] = array(
'cache_performance',
'outqueries'
);
$graphs['pureftpd'] = array(
'bitrate',
'connections',
'users'
);
$graphs['rrdcached'] = array(
'queue_length',
'events',