diff options
author | Elan Ruusamäe <glen@delfi.ee> | 2015-10-02 12:15:07 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-10-02 12:39:25 (GMT) |
commit | a9b02e7affe6d940e1fb4830156d06e4d816458b (patch) | |
tree | f1dd2985adbd6fa544ecdbdf1913ed9d10c21b9f /plugins-scripts/check_rpc.pl | |
parent | 8079ead7fa72f4483ad021fcbdeb24ac3d742ca5 (diff) | |
download | monitoring-plugins-a9b02e7affe6d940e1fb4830156d06e4d816458b.tar.gz |
also update check_rpc.pl and check_wave.pl
Diffstat (limited to 'plugins-scripts/check_rpc.pl')
-rwxr-xr-x | plugins-scripts/check_rpc.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins-scripts/check_rpc.pl b/plugins-scripts/check_rpc.pl index b1c6147..cbdeceb 100755 --- a/plugins-scripts/check_rpc.pl +++ b/plugins-scripts/check_rpc.pl | |||
@@ -22,7 +22,6 @@ | |||
22 | use strict; | 22 | use strict; |
23 | use FindBin; | 23 | use FindBin; |
24 | use lib "$FindBin::Bin"; | 24 | use lib "$FindBin::Bin"; |
25 | use lib '@libexecdir@'; | ||
26 | use utils qw($TIMEOUT %ERRORS &print_revision &support); | 25 | use utils qw($TIMEOUT %ERRORS &print_revision &support); |
27 | use vars qw($PROGNAME); | 26 | use vars qw($PROGNAME); |
28 | my ($verbose,@proto,%prognum,$host,$response,$prognum,$port,$cmd,$progver,$state); | 27 | my ($verbose,@proto,%prognum,$host,$response,$prognum,$port,$cmd,$progver,$state); |