diff --git a/content-org/blog.org b/content-org/blog.org index 45f2c26..18f5304 100644 --- a/content-org/blog.org +++ b/content-org/blog.org @@ -5041,7 +5041,7 @@ If you want to go that far, maybe you should invest in a monitoring system with **** Conclusion 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. -*** TODO Upgrade your monitoring setup with Prometheus :prometheus:metrics:container: +*** DONE Upgrade your monitoring setup with Prometheus :prometheus:metrics:container: :PROPERTIES: :EXPORT_HUGO_LASTMOD: 2021-09-17 :EXPORT_DATE: 2021-09-17 diff --git a/content/posts/upgrade-your-monitoring-setup-with-prometheus.md b/content/posts/upgrade-your-monitoring-setup-with-prometheus.md index fc1ed59..d8c835d 100644 --- a/content/posts/upgrade-your-monitoring-setup-with-prometheus.md +++ b/content/posts/upgrade-your-monitoring-setup-with-prometheus.md @@ -5,7 +5,7 @@ date = 2021-09-17 lastmod = 2021-09-17 tags = ["prometheus", "metrics", "container"] categories = ["monitoring"] -draft = true +draft = false +++ After running simple monitoring for quite a while, I decided to upgrade my