by Pawel | Mar 31, 2019 | monitoring, prometheus, sysadmin
You are probably familiar with the awesome Prometheus Blackbox Exporter. The exporter works great for monitoring availability of ICMP, HTTP(S), TCP and DNS targets. That said, when monitoring websites, I have found that it would be very helpful to provide insight as...
by Pawel | Dec 23, 2018 | monitoring, prometheus, sysadmin
Prometheus has a lot of exporters available. Sometimes, however, you may want to export data to Prometheus as quickly as possible. I have given it some thought and came up with a rather brutish approach to delivering metrics, which, to my surprise, performs quite...
by Pawel | Apr 27, 2018 | monitoring, prometheus, sysadmin
Prometheus. A Time Series database that is aimed at storing metrics. I'm going to be giving you a quick start on getting it running without digging too deep into how it works (it'd be no fun exploring it if I just explained everything, right?). As always, please see...