From c269ae226f41b5ab401fb4ab2cc8d741b4b6e9bf Mon Sep 17 00:00:00 2001 From: Andrei Gliga Date: Fri, 5 May 2017 16:35:23 +0300 Subject: [PATCH] vsftpd process --- lib/cloudstats/plugins/services/ftp.all.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cloudstats/plugins/services/ftp.all.rb b/lib/cloudstats/plugins/services/ftp.all.rb index 125168d..ddb9863 100644 --- a/lib/cloudstats/plugins/services/ftp.all.rb +++ b/lib/cloudstats/plugins/services/ftp.all.rb @@ -6,4 +6,5 @@ require_process :proftpd require_process 'pure-ftpd' require_process 'pro-ftpd' + require_process 'vsftpd' end