* http://status.toolserver.org/ is broken * ts-major-outage@tcx.org.uk doesn't work * s3/s6/s7 are lagged and overloaded
Are there any updates on these issues?
MZMcBride
On Tue, Aug 9, 2011 at 10:28 AM, MZMcBride z@mzmcbride.com wrote:
- http://status.toolserver.org/ is broken
s/broken/hasn't been manually updated/
K. Peachey wrote:
On Tue, Aug 9, 2011 at 10:28 AM, MZMcBride z@mzmcbride.com wrote:
- http://status.toolserver.org/ is broken
s/broken/hasn't been manually updated/
No, it's broken. You can click "edit this page" and view the source. It was updated last week, but it currently takes any status and outputs "ok", regardless of user input.
MZMcBride
On Tue, Aug 9, 2011 at 1:39 AM, MZMcBride z@mzmcbride.com wrote:
K. Peachey wrote:
On Tue, Aug 9, 2011 at 10:28 AM, MZMcBride z@mzmcbride.com wrote:
- http://status.toolserver.org/ is broken
s/broken/hasn't been manually updated/
No, it's broken. You can click "edit this page" and view the source. It was updated last week, but it currently takes any status and outputs "ok", regardless of user input.
The changes are pending and need to be approved by an administrator.
/me ducks
On Aug 9, 2011, at 10:20 AM, Magnus Manske wrote:
On Tue, Aug 9, 2011 at 1:39 AM, MZMcBride z@mzmcbride.com wrote:
K. Peachey wrote:
On Tue, Aug 9, 2011 at 10:28 AM, MZMcBride z@mzmcbride.com wrote:
- http://status.toolserver.org/ is broken
s/broken/hasn't been manually updated/
No, it's broken. You can click "edit this page" and view the source. It was updated last week, but it currently takes any status and outputs "ok", regardless of user input.
The changes are pending and need to be approved by an administrator.
/me ducks
/me thought it was only editable by administrators...
On Tue, Aug 9, 2011 at 11:32 AM, Krinkle krinklemail@gmail.com wrote:
On Aug 9, 2011, at 10:20 AM, Magnus Manske wrote:
On Tue, Aug 9, 2011 at 1:39 AM, MZMcBride z@mzmcbride.com wrote:
K. Peachey wrote:
On Tue, Aug 9, 2011 at 10:28 AM, MZMcBride z@mzmcbride.com wrote:
- http://status.toolserver.org/ is broken
s/broken/hasn't been manually updated/
No, it's broken. You can click "edit this page" and view the source. It was updated last week, but it currently takes any status and outputs "ok", regardless of user input.
The changes are pending and need to be approved by an administrator.
/me ducks
/me thought it was only editable by administrators...
I was talking about the secret cabal meta-admins...
Hello, At Tuesday 09 August 2011 17:58:13 DaB. wrote:
- http://status.toolserver.org/ is broken
yes, I informed River a few days ago already. I now corrected at least the statuses.
- ts-major-outage@tcx.org.uk doesn't work
No idea here.
- s3/s6/s7 are lagged and overloaded
I try to fix that (s3 is already better today AFAIS) but I guess a real improvement will only happen when cassia is repaired and it can take 50% of the load again.
Sincerly, DaB.
While we are discussing the toolserver status reports, i'd like to bring up some issues I recently found with the status files:
$ ls -l /var/www/status*
-rw-r--r-- 1 rdab root 34 Jul 1 14:53 /var/www/status_s1 -rw-r--r-- 1 rdab root 34 Jul 1 14:53 /var/www/status_s2 -rw-r--r-- 1 rdab root 34 Jul 1 14:53 /var/www/status_s3 -rw-r--r-- 1 rdab root 34 Jul 1 14:53 /var/www/status_s4 -rw-r--r-- 1 rdab root 34 Jul 1 14:53 /var/www/status_s5 -rw-r--r-- 1 rdab root 34 Jul 1 14:53 /var/www/status_s6 -rw-r--r-- 1 rdab root 0 Jul 1 14:50 /var/www/status_s7 -rw-r--r-- 1 rdab root 0 Jul 1 14:50 /var/www/status_sql -rw-r--r-- 1 rdab root 34 Jul 1 14:53 /var/www/status_sql-toolserver
1) Can someone fill those empty files?
The files served through http: http://toolserver.org/status_s1 (which should have the same content) are much more outdated (although with great documentation). 2) The two copies should be merged (eg. making one of them symlinks)
Hello, At Tuesday 09 August 2011 22:59:21 DaB. wrote:
While we are discussing the toolserver status reports, i'd like to bring up some issues I recently found with the status files:
I will look where the problem is tomorrow and fix it.
Sincerly, DaB.
Hello, At Wednesday 10 August 2011 15:52:24 DaB. wrote:
I will look where the problem is tomorrow and fix it.
done. S7 and sql are now working again and the outdated files are now linked to the up2-date-files.
Sincerly, DaB.
DaB. wrote:
Hello, At Wednesday 10 August 2011 15:52:24 DaB. wrote:
I will look where the problem is tomorrow and fix it.
done. S7 and sql are now working again and the outdated files are now linked to the up2-date-files.
Sincerly, DaB.
Thanks.
In case anyone isn't taking status files into account and wants to benefit from my library, he can do:
require_once "/home/platonides/public_html/common/status.php"; ToolserverStatus::showPrettyBox();
And a nice box will appear -if needed- with any relevant status information at that point.
In case anyone isn't taking status files into account and wants to benefit from my library, he can do:
require_once "/home/platonides/public_html/common/status.php"; ToolserverStatus::showPrettyBox();
And a nice box will appear -if needed- with any relevant status information at that point.
Nice! Is there any possibility to use this from python? Do you have a python module? Or could you make it possible to call
ToolserverStatus::showPrettyBox();
by URL request? E.g.
http://toolserver.org/~platonides/public_html/common/status.php
This would allow to use it with any language... ;)
Greetings Dr. Trigon
Might as well make it a JSONP output.
From JavaScript it's like http://toolserver.org/~platonides/public_html/common/status.php?callback=Foo
Foo({"status":"blabla"});
And from many other languages, it's a GET request to http://toolserver.org/~platonides/public_html/common/status.php and json_decode or something alike (including Python).
-- Krinkle
On Aug 11, 2011, at 2:04 PM, Dr. Trigon wrote:
In case anyone isn't taking status files into account and wants to benefit from my library, he can do:
require_once "/home/platonides/public_html/common/status.php"; ToolserverStatus::showPrettyBox();
And a nice box will appear -if needed- with any relevant status information at that point.
Nice! Is there any possibility to use this from python? Do you have a python module? Or could you make it possible to call
ToolserverStatus::showPrettyBox();
by URL request? E.g.
http://toolserver.org/~platonides/public_html/common/status.php
This would allow to use it with any language... ;)
Greetings Dr. Trigon
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org) https://lists.wikimedia.org/mailman/listinfo/toolserver-l Posting guidelines for this list: https://wiki.toolserver.org/view/Mailing_list_etiquette
toolserver-l@lists.wikimedia.org