summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_wave.pl
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@delfi.ee>2015-10-02 12:15:07 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2015-10-02 12:39:25 (GMT)
commita9b02e7affe6d940e1fb4830156d06e4d816458b (patch)
treef1dd2985adbd6fa544ecdbdf1913ed9d10c21b9f /plugins-scripts/check_wave.pl
parent8079ead7fa72f4483ad021fcbdeb24ac3d742ca5 (diff)
downloadmonitoring-plugins-a9b02e7affe6d940e1fb4830156d06e4d816458b.tar.gz
also update check_rpc.pl and check_wave.pl
Diffstat (limited to 'plugins-scripts/check_wave.pl')
-rwxr-xr-xplugins-scripts/check_wave.pl1
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 @@
5use strict; 5use strict;
6use FindBin; 6use FindBin;
7use lib "$FindBin::Bin"; 7use lib "$FindBin::Bin";
8use lib '@libexecdir@';
9use utils qw($TIMEOUT %ERRORS &print_revision &support); 8use utils qw($TIMEOUT %ERRORS &print_revision &support);
10use vars qw($PROGNAME); 9use vars qw($PROGNAME);
11use Getopt::Long; 10use Getopt::Long;