aboutsummaryrefslogtreecommitdiff
path: root/contrib/check_snmp_procs.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/check_snmp_procs.pl')
-rw-r--r--contrib/check_snmp_procs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/check_snmp_procs.pl b/contrib/check_snmp_procs.pl
index 678f6d54..991fc715 100644
--- a/contrib/check_snmp_procs.pl
+++ b/contrib/check_snmp_procs.pl
@@ -35,7 +35,7 @@
#use strict;
use Getopt::Long;
use Net::SNMP qw (oid_lex_sort oid_base_match SNMP_VERSION_1);
-use lib utils.pm;
+use lib "/usr/local/nagios/libexec";
use utils qw(%ERRORS &print_revision &support &usage);
my $PROGNAME="check_snmp_procs";