ArielGlenn has submitted this change and it was merged.

Change subject: Global jobqueue check: mwscript path fix
......................................................................


Global jobqueue check: mwscript path fix

Followup to I4b67f60a62a370ea327f7fa68eea9ca444baa3bc
Error spotted by paravoid, path as corrected by apergos.

Change-Id: Iaca09cc53e547e850a667f4ddb07eef8ef4f3e90
---
M manifests/ganglia.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/manifests/ganglia.pp b/manifests/ganglia.pp
index b96a61a..a6302b2 100644
--- a/manifests/ganglia.pp
+++ b/manifests/ganglia.pp
@@ -626,7 +626,7 @@
 
        cron {
                all_jobqueue_length:
-                       command => "/usr/bin/gmetric --name='Global JobQueue 
length' --type=int32 --conf=/etc/ganglia/gmond.conf --value=$(mwscript 
extensions/WikimediaMaintenance/getJobQueueLengths.php --totalonly | grep -oE 
'[0-9]+') > /dev/null 2>&1",
+                       command => "/usr/bin/gmetric --name='Global JobQueue 
length' --type=int32 --conf=/etc/ganglia/gmond.conf 
--value=$(/usr/local/bin/mwscript 
extensions/WikimediaMaintenance/getJobQueueLengths.php --totalonly | grep -oE 
'[0-9]+') > /dev/null 2>&1",
                        user => mwdeploy,
                        ensure => present;
        }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iaca09cc53e547e850a667f4ddb07eef8ef4f3e90
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Nemo bis <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: Lcarr <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to