diff options
Diffstat (limited to 'contrib/check_apc_ups.pl')
-rw-r--r-- | contrib/check_apc_ups.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/check_apc_ups.pl b/contrib/check_apc_ups.pl index 74ae229..2b6990f 100644 --- a/contrib/check_apc_ups.pl +++ b/contrib/check_apc_ups.pl | |||
@@ -13,7 +13,7 @@ use strict; | |||
13 | use Getopt::Long; | 13 | use Getopt::Long; |
14 | use vars qw($opt_V $opt_h $opt_H $opt_T $opt_t $opt_R $opt_r | 14 | use vars qw($opt_V $opt_h $opt_H $opt_T $opt_t $opt_R $opt_r |
15 | $opt_L $opt_l $PROGNAME); | 15 | $opt_L $opt_l $PROGNAME); |
16 | use lib utils.pm; | 16 | use lib "/usr/local/nagios/libexec"; |
17 | use utils qw(%ERRORS &print_revision &support &usage); | 17 | use utils qw(%ERRORS &print_revision &support &usage); |
18 | 18 | ||
19 | sub print_help (); | 19 | sub print_help (); |