monitor.gitlab.net not accessible or return 5xx errors
Possible checks
Section titled “Possible checks”- Check nginx -
sudo service nginx status
Example output if service is down
Active: stopped (down) since Wed 2017-01-25 05:36:25 UTC; 2 days ago
- Check grafana -
sudo service grafana-server status
Example output if service is down
Active: stopped (down) since Wed 2017-01-25 05:36:25 UTC; 2 days ago
- Also check logs for corresponding services.
Resolution
Section titled “Resolution”If service is down, then restart/start it with the command - sudo service restart nginx
or sudo service restart grafana
.