check_ftp_login.pl needs libmonitoring-plugin-perl

This commit is contained in:
Jérémy Lecour 2017-05-16 09:49:10 +02:00 committed by Jérémy Lecour
parent 8c352f706c
commit 8c9beefd18

View file

@ -6,6 +6,7 @@ use warnings;
use Getopt::Long;
use FindBin;
use lib "$FindBin::Bin/../perl/lib";
# needs libmonitoring-plugin-perl package on Debian
use Monitoring::Plugin;
use File::Basename;