From 68e88414f781a277cb937301d48a7c0df712fd35 Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Mon, 20 Nov 2023 13:22:57 -0500 Subject: [PATCH] Blog: Uptime Monitoring. --- docs/news/articles/better_uptime_monitoring.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/news/articles/better_uptime_monitoring.md diff --git a/docs/news/articles/better_uptime_monitoring.md b/docs/news/articles/better_uptime_monitoring.md new file mode 100644 index 0000000..7311992 --- /dev/null +++ b/docs/news/articles/better_uptime_monitoring.md @@ -0,0 +1,13 @@ +--- +date: 2023-11-20 +authors: + - subnet_masked +--- + +# Better Uptime Monitoring + +There was a deficiency in the uptime monitoring that I noticed as we were moving and during a major network issue. Because the monitoring was in the place network as the things that needed monitoring, internet outages would result in the status page becoming unavailable and alerts not being issued. To resolve this I have moved the monitoring to site 2 which means that even if my internet is down, the status page and alerting will remain available. + +This also allowed me to offer a bit more detail, as now you can see what went wrong. Is my router down, my switching, the hypervisor, the VM? Not totally necessary for me to offer that info but I know the fellow nerds will enjoy it. + +[Check out the monitoring page](https://status.unit15.net/status/midnightvalley) \ No newline at end of file