User Tools

Site Tools


Writing /app/www/public/data/meta/resolution_area/prometheus_resolutions/res-p1701.meta failed
resolution_area:prometheus_resolutions:res-p1701

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resolution_area:prometheus_resolutions:res-p1701 [2021/06/24 14:45] btobinresolution_area:prometheus_resolutions:res-p1701 [2021/07/05 12:18] (current) 10.91.120.28
Line 1: Line 1:
 +===== MysqlDown =====
  
 +**Level:** __Critical__ 
 +
 +
 +**Purpose:** Ensure that MySQL is running on the server.
 +
 +**Scenario:** MySQL instance has been down on server for 5m.
 +
 +**Resolution:** Start Mysql if it is not running
 +
 +Check Mysql status
 +  sudo service mysqld status
 +
 +**Manual Action Steps:** To manually restart use:   
 +
 +  sudo service mysqld restart
 +  
 +To start Mysql use:
 +  sudo service mysqld start
 +
 +**Auto Clear:** Alarm will clear when Mysql is running