<div dir="ltr"><br><div>Looks good to me +1</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 5 March 2015 at 09:46, Kevin Fenzi <span dir="ltr">&lt;<a href="mailto:kevin@scrye.com" target="_blank">kevin@scrye.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">When I moved proxies over to ansible, I made the max number of apache<br>
workers configurable, as we have some proxies that have more memory<br>
available than others.<br>
<br>
The default for the &#39;large&#39; proxies is 900 apache workers.<br>
Our default nagios &#39;warn&#39; is at 900 and critical is at 1000 for<br>
processes.<br>
<br>
We can and are easily hitting that limit on these larger proxies when<br>
they get a lot of requests + the normal pile of threads and such they<br>
have running all the time.<br>
<br>
So, I would like to change the nagios limits on those proxies.<br>
This will require applying the patch here and then running the proxy<br>
playbook. It should ideally result in less anoying nagios alerts where<br>
there is no action we actually need to take.<br>
<br>
+1s?<br>
<br>
kevin<br>
--<br>
diff --git a/inventory/host_vars/<a href="http://proxy01.phx2.fedoraproject.org" target="_blank">proxy01.phx2.fedoraproject.org</a> b/inventory/host_vars/proxy01.phx<br>
index 8f965b0..c9fbdcb 100644<br>
--- a/inventory/host_vars/<a href="http://proxy01.phx2.fedoraproject.org" target="_blank">proxy01.phx2.fedoraproject.org</a><br>
+++ b/inventory/host_vars/<a href="http://proxy01.phx2.fedoraproject.org" target="_blank">proxy01.phx2.fedoraproject.org</a><br>
@@ -14,5 +14,5 @@ eth0_ip: 10.5.126.52<br>
 # This is consumed by the roles/fedora-web/main role<br>
 sponsor: redhat<br>
<br>
-nrpe_procs_warn: 900<br>
-nrpe_procs_crit: 1000<br>
+nrpe_procs_warn: 1200<br>
+nrpe_procs_crit: 1400<br>
diff --git a/inventory/host_vars/<a href="http://proxy02.fedoraproject.org" target="_blank">proxy02.fedoraproject.org</a> b/inventory/host_vars/proxy02.fedorapr<br>
index 4d4625e..21249f1 100644<br>
--- a/inventory/host_vars/<a href="http://proxy02.fedoraproject.org" target="_blank">proxy02.fedoraproject.org</a><br>
+++ b/inventory/host_vars/<a href="http://proxy02.fedoraproject.org" target="_blank">proxy02.fedoraproject.org</a><br>
@@ -16,5 +16,5 @@ sponsor: internetx<br>
 datacenter: internetx<br>
 postfix_group: vpn<br>
<br>
-nrpe_procs_warn: 900<br>
-nrpe_procs_crit: 1000<br>
+nrpe_procs_warn: 1200<br>
+nrpe_procs_crit: 1400<br>
diff --git a/inventory/host_vars/<a href="http://proxy06.fedoraproject.org" target="_blank">proxy06.fedoraproject.org</a> b/inventory/host_vars/proxy06.fedorapr<br>
index e807acb..055a56d 100644<br>
--- a/inventory/host_vars/<a href="http://proxy06.fedoraproject.org" target="_blank">proxy06.fedoraproject.org</a><br>
+++ b/inventory/host_vars/<a href="http://proxy06.fedoraproject.org" target="_blank">proxy06.fedoraproject.org</a><br>
@@ -16,5 +16,5 @@ sponsor: osuosl<br>
 datacenter: osuosl<br>
 postfix_group: vpn<br>
<br>
-nrpe_procs_warn: 900<br>
-nrpe_procs_crit: 1000<br>
+nrpe_procs_warn: 1200<br>
+nrpe_procs_crit: 1400<br>
diff --git a/inventory/host_vars/<a href="http://proxy10.phx2.fedoraproject.org" target="_blank">proxy10.phx2.fedoraproject.org</a> b/inventory/host_vars/proxy10.phx<br>
index 2cdcead..c16be55 100644<br>
--- a/inventory/host_vars/<a href="http://proxy10.phx2.fedoraproject.org" target="_blank">proxy10.phx2.fedoraproject.org</a><br>
+++ b/inventory/host_vars/<a href="http://proxy10.phx2.fedoraproject.org" target="_blank">proxy10.phx2.fedoraproject.org</a><br>
@@ -13,3 +13,6 @@ eth0_ip: 10.5.126.51<br>
<br>
 # This is consumed by the roles/fedora-web/main role<br>
 sponsor: redhat<br>
+<br>
+nrpe_procs_warn: 1200<br>
+nrpe_procs_crit: 1400<br>
<br>_______________________________________________<br>
infrastructure mailing list<br>
<a href="mailto:infrastructure@lists.fedoraproject.org">infrastructure@lists.fedoraproject.org</a><br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/infrastructure" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/infrastructure</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Stephen J Smoogen.<br><br></div></div>
</div>