diff options
Diffstat (limited to 'contrib/check_snmp_procs.pl')
-rw-r--r-- | contrib/check_snmp_procs.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/check_snmp_procs.pl b/contrib/check_snmp_procs.pl index 678f6d5..991fc71 100644 --- a/contrib/check_snmp_procs.pl +++ b/contrib/check_snmp_procs.pl | |||
@@ -35,7 +35,7 @@ | |||
35 | #use strict; | 35 | #use strict; |
36 | use Getopt::Long; | 36 | use Getopt::Long; |
37 | use Net::SNMP qw (oid_lex_sort oid_base_match SNMP_VERSION_1); | 37 | use Net::SNMP qw (oid_lex_sort oid_base_match SNMP_VERSION_1); |
38 | use lib utils.pm; | 38 | use lib "/usr/local/nagios/libexec"; |
39 | use utils qw(%ERRORS &print_revision &support &usage); | 39 | use utils qw(%ERRORS &print_revision &support &usage); |
40 | 40 | ||
41 | my $PROGNAME="check_snmp_procs"; | 41 | my $PROGNAME="check_snmp_procs"; |