mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 10:03:45 +01:00
warn/crit threshold 4 connRate, warning/crit output improvement
This commit is contained in:
parent
21c7874418
commit
36582886c9
@ -21,8 +21,8 @@ use Getopt::Long;
|
|||||||
|
|
||||||
# Nagios specific
|
# Nagios specific
|
||||||
|
|
||||||
#use lib "/usr/local/nagios/libexec";
|
use lib "/usr/local/nagios/libexec";
|
||||||
use lib "/usr/lib/nagios/plugins"; # use in ubugtu
|
#use lib "/usr/lib/nagios/plugins"; # use in ubugtu
|
||||||
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