User Tools
Writing /app/www/public/data/meta/resolution_area/prometheus_resolutions/res-p1109.meta failed
resolution_area:prometheus_resolutions:res-p1109
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| resolution_area:prometheus_resolutions:res-p1109 [2021/06/24 14:25] – btobin | resolution_area:prometheus_resolutions:res-p1109 [2021/12/17 13:09] (current) – wflaherty | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== SystemdServiceCrashed ===== | ||
| + | **Level:** Warning | ||
| + | |||
| + | **Purpose: | ||
| + | To ensure the services that are supposed to be running stay running | ||
| + | |||
| + | **Scenario: | ||
| + | |||
| + | **Resolution: | ||
| + | The service is running in a stable state | ||
| + | |||
| + | **Manual Action Steps:** | ||
| + | - ssh onto the affected server. | ||
| + | - Use `ps aux | grep < | ||
| + | - use `systemctl status < | ||
| + | - If the application is trying to restart over and over open / | ||
| + | - Edit the `Restart=` line to be off rather than on-failure or always. | ||
| + | - Use `sudo journalctl -ex` to see the logs of the server after attempting to restart the application. | ||
| + | - A problem for some things in the past that weren' | ||
| + | - ELK stack and MySQL all require an elasticsearch, | ||
| + | - Sometimes just fully shutting down the service with `sudo systemctl stop < | ||
| + | - If the bash prompt is behaving strangely, the server is likely running out of RAM for some reason. | ||
| + | - Another thing worth checking is the disk space. `df -h` | ||
| + | - If this is an Errigal app, you can check the logs at moros.err: | ||
| + | |||
| + | **Auto Clear:** | ||
| + | Its entirely possible the service will automatically recover | ||