virthosts: increase process limit on new servers
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
41272fa237
commit
8e50b0ebda
2 changed files with 4 additions and 4 deletions
|
@ -38,7 +38,7 @@ network_connections:
|
|||
state: up
|
||||
type: ethernet
|
||||
mtu: 9000
|
||||
nrpe_procs_crit: 1000
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1300
|
||||
nrpe_procs_warn: 1200
|
||||
postfix_group: vpn
|
||||
vpn: true
|
||||
|
|
|
@ -28,7 +28,7 @@ network_connections:
|
|||
name: br0-port0
|
||||
state: up
|
||||
type: ethernet
|
||||
nrpe_procs_crit: 1000
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1300
|
||||
nrpe_procs_warn: 1200
|
||||
postfix_group: vpn
|
||||
vpn: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue