nagios: Bump maximum processes limits.

These seemed to be flapping for no good reason.
This commit is contained in:
Tim Abbott
2018-05-02 11:12:12 -07:00
parent 0e702a15eb
commit 4e8487c886

View File

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