SCE-Development / Quasar

How paper is printed at SCE.
MIT License
4 stars 0 forks source link

Add Prometheus alerts for container not running #73

Closed akshtshrma24 closed 1 year ago

akshtshrma24 commented 1 year ago

Alerts have been added for each container made thus far to prometheus.

How to Test Run docker-compose up --build
Go to localhost/prometheus on your browser.
Go to the alerts tab and you should see this:
Screen Shot 2022-07-20 at 6 14 43 PM
Go into your terminal and run this command docker stop Prometheus will show this: Screen Shot 2022-07-20 at 6 19 37 PM
Run docker start in the terminal, and the problem will be resolved.