diff options
Diffstat (limited to 'contrib/check_wins.pl')
-rwxr-xr-x | contrib/check_wins.pl | 5 |
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 ; | |||
12 | use Getopt::Long ; | 15 | use Getopt::Long ; |
13 | use vars qw($opt_H $opt_D $opt_W $opt_T $debug @my_dcs); | 16 | use vars qw($opt_H $opt_D $opt_W $opt_T $debug @my_dcs); |
14 | 17 | ||
15 | use lib '/usr/local/netsaint/libexec/' ; | 18 | use lib '/usr/local/nagios/libexec/' ; |
16 | use utils qw($TIMEOUT %ERRORS &print_revision &support &usage); | 19 | use utils qw($TIMEOUT %ERRORS &print_revision &support &usage); |
17 | 20 | ||
18 | my $PROGNAME = 'check_wins' ; | 21 | my $PROGNAME = 'check_wins' ; |