diff --git a/nagios-nrpe/files/plugins/check_ftp_login.pl b/nagios-nrpe/files/plugins/check_ftp_login.pl index b7045416..4ca64c45 100644 --- a/nagios-nrpe/files/plugins/check_ftp_login.pl +++ b/nagios-nrpe/files/plugins/check_ftp_login.pl @@ -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;