From e5ddbcea2956b7ad53c40effcc1cf35bf55963a0 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 21 May 2014 20:47:25 +0000 Subject: [PATCH] Set nrpe procs higher on the new download servers. --- inventory/group_vars/download | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/group_vars/download b/inventory/group_vars/download index 603c3e5388..a231e11436 100644 --- a/inventory/group_vars/download +++ b/inventory/group_vars/download @@ -1,3 +1,5 @@ --- tcp_ports: [80, 443, 873] rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}" +nrpe_procs_warn: 900 +nrpe_procs_crit: 1000