Dzahn has submitted this change and it was merged.

Change subject: ores: fix-up monitoring of workers in prod
......................................................................


ores: fix-up monitoring of workers in prod

Change-Id: Iedf3213a93ec59faffb2b040766ba7d9a3173dff
---
M modules/nagios_common/files/check_commands/check_ores_workers
M modules/nagios_common/files/check_commands/check_ores_workers.cfg
2 files changed, 3 insertions(+), 2 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/modules/nagios_common/files/check_commands/check_ores_workers 
b/modules/nagios_common/files/check_commands/check_ores_workers
index 6e75bc9..dcb40a6 100755
--- a/modules/nagios_common/files/check_commands/check_ores_workers
+++ b/modules/nagios_common/files/check_commands/check_ores_workers
@@ -4,6 +4,7 @@
 timestamp=$(/bin/date +%s)
 pluginpath="/usr/lib/nagios/plugins"
 host=$1
+urlhost=$2
 
-$pluginpath/check_http -f follow -H $host -I $host -u 
"http://${ARG1$}/scores/testwiki/reverted/${timestamp}/";
+$pluginpath/check_http -f follow -H $host -I $host -u 
"http://${urlhost}/scores/testwiki/reverted/${timestamp}/";
 
diff --git a/modules/nagios_common/files/check_commands/check_ores_workers.cfg 
b/modules/nagios_common/files/check_commands/check_ores_workers.cfg
index 48b6bef..b7f85cc 100644
--- a/modules/nagios_common/files/check_commands/check_ores_workers.cfg
+++ b/modules/nagios_common/files/check_commands/check_ores_workers.cfg
@@ -1,4 +1,4 @@
 define command {
     command_name    check_ores_workers
-    command_line    $USER4$/check_ores_workers $HOSTADDRESS$
+    command_line    $USER4$/check_ores_workers $HOSTADDRESS$ $ARG1$
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iedf3213a93ec59faffb2b040766ba7d9a3173dff
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to