mirror of
https://github.com/ranl/monitor-utils.git
synced 2025-04-11 01:43:39 +02:00
look for 64bit libs
This commit is contained in:
parent
9fe5aff0d8
commit
f7dca2aa13
@ -38,6 +38,8 @@ use strict;
|
|||||||
use POSIX;
|
use POSIX;
|
||||||
use lib "/usr/lib/nagios/libexec";
|
use lib "/usr/lib/nagios/libexec";
|
||||||
use lib "/usr/lib/nagios/plugins";
|
use lib "/usr/lib/nagios/plugins";
|
||||||
|
use lib "/usr/lib64/nagios/libexec";
|
||||||
|
use lib "/usr/lib64/nagios/plugins";
|
||||||
use utils qw($TIMEOUT %ERRORS);
|
use utils qw($TIMEOUT %ERRORS);
|
||||||
use Net::SNMP;
|
use Net::SNMP;
|
||||||
use File::Basename;
|
use File::Basename;
|
||||||
|
Loading…
Reference in New Issue
Block a user