diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-08-20 08:31:49 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-08-20 08:31:49 +0000 |
commit | 40451e93880327bbf34a4662637975a79b643d60 (patch) | |
tree | 6b349f650f38a552772211e2e64076343cc645ce /contrib/check_wins.pl | |
parent | c8c0e9d9a748618a92404341800432fd84ede7e3 (diff) | |
download | monitoring-plugins-40451e93880327bbf34a4662637975a79b643d60.tar.gz |
Changed netsaint to nagios in use lib
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@686 f882894a-f735-0410-b71e-b25c423dba1c
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 58a597aa..9ea7c45d 100755 --- a/contrib/check_wins.pl +++ b/contrib/check_wins.pl @@ -3,6 +3,9 @@ # $Id$ # $Log$ +# Revision 1.2 2003/08/20 08:31:49 tonvoon +# Changed netsaint to nagios in use lib +# # Revision 1.1 2003/02/09 14:16:28 sghosh # more contribs # @@ -12,7 +15,7 @@ use strict ; use Getopt::Long ; use vars qw($opt_H $opt_D $opt_W $opt_T $debug @my_dcs); -use lib '/usr/local/netsaint/libexec/' ; +use lib '/usr/local/nagios/libexec/' ; use utils qw($TIMEOUT %ERRORS &print_revision &support &usage); my $PROGNAME = 'check_wins' ; |