Increase some nagios nrpe/total processes limits for some busy hosts.
These hosts all alerted over the holidays and they are just fine, just recent kernels seem to spawn more threads. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
acded5f1be
commit
6a1e02667f
5 changed files with 10 additions and 10 deletions
|
@ -34,5 +34,5 @@ network_connections:
|
|||
state: up
|
||||
type: ethernet
|
||||
mtu: 9000
|
||||
nrpe_procs_crit: 3500
|
||||
nrpe_procs_warn: 3000
|
||||
nrpe_procs_crit: 4500
|
||||
nrpe_procs_warn: 4000
|
||||
|
|
|
@ -34,5 +34,5 @@ network_connections:
|
|||
state: up
|
||||
type: ethernet
|
||||
mtu: 9000
|
||||
nrpe_procs_crit: 3500
|
||||
nrpe_procs_warn: 3000
|
||||
nrpe_procs_crit: 4500
|
||||
nrpe_procs_warn: 4000
|
||||
|
|
|
@ -34,5 +34,5 @@ network_connections:
|
|||
state: up
|
||||
type: ethernet
|
||||
mtu: 9000
|
||||
nrpe_procs_crit: 3500
|
||||
nrpe_procs_warn: 3000
|
||||
nrpe_procs_crit: 4500
|
||||
nrpe_procs_warn: 4000
|
||||
|
|
|
@ -34,5 +34,5 @@ network_connections:
|
|||
state: up
|
||||
type: ethernet
|
||||
mtu: 9000
|
||||
nrpe_procs_crit: 3500
|
||||
nrpe_procs_warn: 3000
|
||||
nrpe_procs_crit: 4500
|
||||
nrpe_procs_warn: 4000
|
||||
|
|
|
@ -55,7 +55,7 @@ network_connections:
|
|||
name: br1-port0
|
||||
state: up
|
||||
type: ethernet
|
||||
nrpe_procs_crit: 1300
|
||||
nrpe_procs_warn: 1200
|
||||
nrpe_procs_crit: 2000
|
||||
nrpe_procs_warn: 1500
|
||||
postfix_group: vpn
|
||||
vpn: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue