From 93c2c19775c8b1b101e2b11a3e98bc4d23540f0b Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sat, 1 Oct 2016 11:59:56 -0700 Subject: [PATCH] nagios: Increase process count limits. --- puppet/zulip_ops/files/nagios3/conf.d/localhost.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/zulip_ops/files/nagios3/conf.d/localhost.cfg b/puppet/zulip_ops/files/nagios3/conf.d/localhost.cfg index 83e6c51038..8ba04f8ea2 100644 --- a/puppet/zulip_ops/files/nagios3/conf.d/localhost.cfg +++ b/puppet/zulip_ops/files/nagios3/conf.d/localhost.cfg @@ -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 }