Title here
Summary here
This page is used to provide monitoring guidance for MediaWiki-related services if an alert goes off.
sudo service jobchron start
), or restarting it (sudo service jobchron restart
). You can also try and see why it failed to start by viewing the service status (sudo service jobchron status
). If you don’t have access to the relevant server(s), a task on Phorge should be filed and those with access should be alerted to be able to assist.sudo service php-fpm start
), or restarting it (sudo service php-fpm restart
). You can also try and see why it failed to start, by viewing the service status (sudo service php-fpm status
). If you are unable to resolve the issue, then a Phorge task, triaged as “Unbreak Now” should be filed, and the relevant technical team members alerted to assist. If this alert is given, chances are users may receive errors on their end with PHP-FPM down. If that’s the case, an incident report should also be filed for the issue.sudo service nutcracker start
), or restarting it (sudo service nutcracker restart
). You can also try to see why it failed to start, by viewing the service status (sudo service nutcracker status
). If you are unable to immediately resolve this, a Phorge task should be created, triaged as “Unbreak Now” until the issue is resolved.sudo service jobrunner restart
. If there is an error when restarting, that must be investigated. You can try to see what error occured using sudo service jobrunner status
.sudo service php8.2-fpm restart
) could help under some circumstances. If you have root access, you could also try restarting the relevant server(s). If that still doesn’t work, try looking at logs, to determine the cause of the outage. Chances are it will resolve itself after some time if you’re unable to. If the outage was user-facing, an incident report should also be filed for it.