summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_netdns.pl
diff options
context:
space:
mode:
authorSubhendu Ghosh <sghosh@users.sourceforge.net>2002-05-07 05:35:49 (GMT)
committerSubhendu Ghosh <sghosh@users.sourceforge.net>2002-05-07 05:35:49 (GMT)
commitd95644521ccd544cbb9a8bfeda927a6b9f6fb01a (patch)
treee4b0f1fc5d7ff91f23d211adf91f53b2debab74f /plugins-scripts/check_netdns.pl
parentbecc0f34e60500798bd15bf5af6e4b8c52707d0a (diff)
downloadmonitoring-plugins-d95644521ccd544cbb9a8bfeda927a6b9f6fb01a.tar.gz
2nd fix for ePN
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@22 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-scripts/check_netdns.pl')
-rwxr-xr-xplugins-scripts/check_netdns.pl8
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins-scripts/check_netdns.pl b/plugins-scripts/check_netdns.pl
index 65ad7be..6872b93 100755
--- a/plugins-scripts/check_netdns.pl
+++ b/plugins-scripts/check_netdns.pl
@@ -6,6 +6,9 @@
6# Copyright 2000, virCIO, LLP 6# Copyright 2000, virCIO, LLP
7# 7#
8# $Log$ 8# $Log$
9# Revision 1.3 2002/05/07 05:35:49 sghosh
10# 2nd fix for ePN
11#
9# Revision 1.2 2002/05/02 16:43:29 sghosh 12# Revision 1.2 2002/05/02 16:43:29 sghosh
10# fix for embedded perl 13# fix for embedded perl
11# 14#
@@ -25,10 +28,11 @@
25 28
26use Getopt::Long; 29use Getopt::Long;
27use Net::DNS; 30use Net::DNS;
28use Findbin; 31use lib utils.pm;
29use lib "$FindBin::Bin";
30use utils ; 32use utils ;
31 33
34my $PROGNAME = "check_netdns";
35
32Getopt::Long::Configure(`bundling`); 36Getopt::Long::Configure(`bundling`);
33GetOptions("V" => $opt_V, "version" => $opt_V, 37GetOptions("V" => $opt_V, "version" => $opt_V,
34 "h" => $opt_h, "help" => $opt_h, 38 "h" => $opt_h, "help" => $opt_h,