Posts

Harnessing the Power of Prometheus and Netbox: HTTP Service Discovery for Streamlined Monitoring

Prometheus and Netbox, two powerful tools that, when combined, can supercharge your monitoring capabilities and streamline your operations. In this blog post, we’ll explore the seamless …

Monitoring WireGuard with Prometheus

GitHub user MindFlavor created an exporter for WireGuard that collects metrics from the wg show all dump command. https://github.com/MindFlavor/prometheus_wireguard_exporter Install WireGuard Exporter …

Monitoring DigitalOcean Droplets with Prometheus

Create a Private Network Setup Prometheus Install Node Exporter Create a Private Network Segmenting traffic gives you more flexibility and security. In most deployments users do not want their …

Monitoring EdgeRouter with Node Exporter

I’ve been monitoring my EdgeRouter 4 with SNMP Exporter for a while now. It works, but its a pain to manage the MIBs and having a separate service to maintain is annoying. So lets try running …

NGINX Monitoring with Prometheus

Enable the stub status module http://nginx.org/en/docs/http/ngx_http_stub_status_module.html Example Configuration below. This will create a HTTP server on port 81 only available from localhost. This …