1
0
mirror of https://github.com/ranl/monitor-utils.git synced 2025-04-04 06:53:40 +02:00

look for 64bit libs

This commit is contained in:
Jacob Sohl 2016-04-12 18:23:16 -07:00
parent 9fe5aff0d8
commit f7dca2aa13

View File

@ -38,6 +38,8 @@ use strict;
use POSIX;
use lib "/usr/lib/nagios/libexec";
use lib "/usr/lib/nagios/plugins";
use lib "/usr/lib64/nagios/libexec";
use lib "/usr/lib64/nagios/plugins";
use utils qw($TIMEOUT %ERRORS);
use Net::SNMP;
use File::Basename;