chore(): Deploy new post about monitoring with Prometheus

This commit is contained in:
Elia el Lazkani 2021-09-17 21:09:56 +02:00
parent 68761158b6
commit 90e752f560
2 changed files with 2 additions and 2 deletions

View file

@ -5041,7 +5041,7 @@ If you want to go that far, maybe you should invest in a monitoring system with
**** Conclusion **** Conclusion
Don't judge something by its simplicity. Somethings, out of simple components tied together you can make something interesting and useful. Don't judge something by its simplicity. Somethings, out of simple components tied together you can make something interesting and useful.
With a little of scripting, couple of commands and the power of cron we were able to make /healthchecks/ monitor our websites. With a little of scripting, couple of commands and the power of cron we were able to make /healthchecks/ monitor our websites.
*** TODO Upgrade your monitoring setup with Prometheus :prometheus:metrics:container: *** DONE Upgrade your monitoring setup with Prometheus :prometheus:metrics:container:
:PROPERTIES: :PROPERTIES:
:EXPORT_HUGO_LASTMOD: 2021-09-17 :EXPORT_HUGO_LASTMOD: 2021-09-17
:EXPORT_DATE: 2021-09-17 :EXPORT_DATE: 2021-09-17

View file

@ -5,7 +5,7 @@ date = 2021-09-17
lastmod = 2021-09-17 lastmod = 2021-09-17
tags = ["prometheus", "metrics", "container"] tags = ["prometheus", "metrics", "container"]
categories = ["monitoring"] categories = ["monitoring"]
draft = true draft = false
+++ +++
After running simple monitoring for quite a while, I decided to upgrade my After running simple monitoring for quite a while, I decided to upgrade my