nagios: Increase process count limits.

This commit is contained in:
Tim Abbott 2016-10-01 11:59:56 -07:00
parent 2c6cb37385
commit 93c2c19775
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ define service{
use generic-service
host_name nagios
service_description Total Processes
check_command check_procs_nokthreads!250!400
check_command check_procs_nokthreads!350!500
}