Blackbox exporter can monitor the external services over HTTP, HTTPS, DNS, TCP, ICMP on Prometheus. In this post, I’ll show you how to monitor HTTP/HTTPS using Blackbox exporter. Blackbox exporter is going to be running on Kubernetes.
Environment Before you begin, you need to have these:
Kubernetes Prometheus operator Blackbox exporter configuration Write the Blackbox configuration file as ConfigMap to configure http module for monitoring web services.
Continue reading