Ottomata has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/75875


Change subject: filter and collector might show more processses than 1
......................................................................

filter and collector might show more processses than 1

Change-Id: If5c82b42880f58cd819abf5c27b7be02a33f281c
---
M manifests/role/logging.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/75/75875/1

diff --git a/manifests/role/logging.pp b/manifests/role/logging.pp
index 943cbc3..34dd726 100644
--- a/manifests/role/logging.pp
+++ b/manifests/role/logging.pp
@@ -176,7 +176,7 @@
     # install a nrpe check for the webstatscollector collector process
     nrpe::monitor_service { 'webstats-collector':
         description   => "webstats-collector process running",
-        nrpe_command  => '/usr/lib/nagios/plugins/check_procs --argument-array 
/usr/local/bin/collector -c 1:1',
+        nrpe_command  => '/usr/lib/nagios/plugins/check_procs --argument-array 
/usr/local/bin/collector -c 1:2',
         contact_group => 'analytics',
         retries       => 10,
         require       => Service['webstats-collector']
@@ -314,7 +314,7 @@
     # install a nrpe check for the webstatscollector filter process
     nrpe::monitor_service { 'webstats-filter':
         description   => "webstats-filter process running",
-        nrpe_command  => '/usr/lib/nagios/plugins/check_procs --argument-array 
/usr/local/bin/filter -c 1:1',
+        nrpe_command  => '/usr/lib/nagios/plugins/check_procs --argument-array 
/usr/local/bin/filter -c 1:3',
         contact_group => 'analytics',
         retries       => 10,
         require       => Misc::Udp2log::Instance['erbium'],

-- 
To view, visit https://gerrit.wikimedia.org/r/75875
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If5c82b42880f58cd819abf5c27b7be02a33f281c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to