mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-22 10:23:46 +01:00
Library paths updated
This commit is contained in:
parent
8e8417ca46
commit
b2dadb952b
@ -18,7 +18,8 @@ use Getopt::Long;
|
|||||||
|
|
||||||
# Nagios specific
|
# Nagios specific
|
||||||
|
|
||||||
use lib "/usr/local/nagios/libexec";
|
use lib "/usr/lib64/nagios/plugins/";
|
||||||
|
use lib "/usr/lib/nagios/plugins/";
|
||||||
use utils qw(%ERRORS $TIMEOUT);
|
use utils qw(%ERRORS $TIMEOUT);
|
||||||
#my $TIMEOUT = 15;
|
#my $TIMEOUT = 15;
|
||||||
#my %ERRORS=('OK'=>0,'WARNING'=>1,'CRITICAL'=>2,'UNKNOWN'=>3,'DEPENDENT'=>4);
|
#my %ERRORS=('OK'=>0,'WARNING'=>1,'CRITICAL'=>2,'UNKNOWN'=>3,'DEPENDENT'=>4);
|
||||||
|
Loading…
Reference in New Issue
Block a user