summaryrefslogtreecommitdiffstats
path: root/contrib/check_wins.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/check_wins.pl')
-rwxr-xr-xcontrib/check_wins.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/check_wins.pl b/contrib/check_wins.pl
index 58a597a..9ea7c45 100755
--- a/contrib/check_wins.pl
+++ b/contrib/check_wins.pl
@@ -3,6 +3,9 @@
3# $Id$ 3# $Id$
4 4
5# $Log$ 5# $Log$
6# Revision 1.2 2003/08/20 08:31:49 tonvoon
7# Changed netsaint to nagios in use lib
8#
6# Revision 1.1 2003/02/09 14:16:28 sghosh 9# Revision 1.1 2003/02/09 14:16:28 sghosh
7# more contribs 10# more contribs
8# 11#
@@ -12,7 +15,7 @@ use strict ;
12use Getopt::Long ; 15use Getopt::Long ;
13use vars qw($opt_H $opt_D $opt_W $opt_T $debug @my_dcs); 16use vars qw($opt_H $opt_D $opt_W $opt_T $debug @my_dcs);
14 17
15use lib '/usr/local/netsaint/libexec/' ; 18use lib '/usr/local/nagios/libexec/' ;
16use utils qw($TIMEOUT %ERRORS &print_revision &support &usage); 19use utils qw($TIMEOUT %ERRORS &print_revision &support &usage);
17 20
18my $PROGNAME = 'check_wins' ; 21my $PROGNAME = 'check_wins' ;