[Bug 36835] job queue monitoring looks for 1.18 dir and fails / $wmfExtendedVersionNumber.php

2013-09-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36835 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added Priority|Normal |Low

[Bug 36835] job queue monitoring looks for 1.18 dir and fails / $wmfExtendedVersionNumber.php

2013-06-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36835 Aaron Schulz aschulz4...@gmail.com changed: What|Removed |Added CC|

[Bug 36835] job queue monitoring looks for 1.18 dir and fails / $wmfExtendedVersionNumber.php

2013-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36835 --- Comment #4 from Andre Klapper aklap...@wikimedia.org --- Daniel: Is this still an issue, or can this be closed as obsolete? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.

[Bug 36835] job queue monitoring looks for 1.18 dir and fails / $wmfExtendedVersionNumber.php

2013-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36835 --- Comment #5 from Daniel Zahn dz...@wikimedia.org --- what i wrote in 2012 is not an issue anymore. since then we switched to a single job_queue check. Which was ok at some point but maybe it is not ok again, because: Current Status:

[Bug 36835] job queue monitoring looks for 1.18 dir and fails / $wmfExtendedVersionNumber.php

2013-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36835 --- Comment #6 from Daniel Zahn dz...@wikimedia.org --- #!/bin/bash # nagios plugin to check the mediawiki job queue LARGEQUEUES= while read wiki count do if [ ! $(echo $count | grep -E ^[0-9]+$) ]; then echo JOBQUEUE

[Bug 36835] job queue monitoring looks for 1.18 dir and fails / $wmfExtendedVersionNumber.php

2013-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36835 --- Comment #7 from Daniel Zahn dz...@wikimedia.org --- root@neon:/usr/lib/nagios/plugins# ./check_job_queue Could not open input file: /home/wikipedia/common/multiversion/MWScript.php JOBQUEUE OK - all job queues below 10,000 root@neon:~# cd

[Bug 36835] job queue monitoring looks for 1.18 dir and fails / $wmfExtendedVersionNumber.php

2012-10-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36835 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added CC|

[Bug 36835] job queue monitoring looks for 1.18 dir and fails / $wmfExtendedVersionNumber.php

2012-05-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36835 --- Comment #1 from Daniel Zahn dz...@wikimedia.org 2012-05-14 13:59:59 UTC --- 15:37 jeremyb do you have anything in /home/wikipedia/common/wikiversion* ? 15:37 mutante where should it get the info from? 15:38 mutante

[Bug 36835] job queue monitoring looks for 1.18 dir and fails / $wmfExtendedVersionNumber.php

2012-05-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36835 jeremyb bugzilla+org.wikime...@tuxmachine.com changed: What|Removed |Added CC|

[Bug 36835] job queue monitoring looks for 1.18 dir and fails / $wmfExtendedVersionNumber.php

2012-05-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36835 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added Priority|Unprioritized |Normal

[Bug 36835] job queue monitoring looks for 1.18 dir and fails / $wmfExtendedVersionNumber.php

2012-05-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36835 --- Comment #2 from Sam Reed (reedy) s...@reedyboy.net 2012-05-15 02:53:21 UTC --- You should probably use the /usr/local/apache/common/php/maintenance/showJobs.php in some way or another. We could just push all the MW files to spence... --