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_wave.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_wave.pl')
-rwxr-xr-x | plugins-scripts/check_wave.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins-scripts/check_wave.pl b/plugins-scripts/check_wave.pl index ee0fda4..979416e 100755 --- a/plugins-scripts/check_wave.pl +++ b/plugins-scripts/check_wave.pl | |||
@@ -5,7 +5,6 @@ | |||
5 | use strict; | 5 | use strict; |
6 | use FindBin; | 6 | use FindBin; |
7 | use lib "$FindBin::Bin"; | 7 | use lib "$FindBin::Bin"; |
8 | use lib '@libexecdir@'; | ||
9 | use utils qw($TIMEOUT %ERRORS &print_revision &support); | 8 | use utils qw($TIMEOUT %ERRORS &print_revision &support); |
10 | use vars qw($PROGNAME); | 9 | use vars qw($PROGNAME); |
11 | use Getopt::Long; | 10 | use Getopt::Long; |