From 8c9beefd182b14a7a7810ab38232cc61c8d90b5a Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 16 May 2017 09:49:10 +0200 Subject: [PATCH] check_ftp_login.pl needs libmonitoring-plugin-perl --- nagios-nrpe/files/plugins/check_ftp_login.pl | 1 + 1 file changed, 1 insertion(+) 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;