View on GitHub

docker-devbox

[DEV] Docker stacks to quickly setup a dev environment and test some tools.

Prometheus

Containers running Prometheus and Prometheus Blackbox Exporter.

Usage with docker

See config/prometheus.yml and config/blackbox-exporter.yml

Usage with Kubernetes

# To get prometheus on https://prometheus.dev.localhost
bash k8s-install.sh
# To get prometheus on https://prometheus.example.net
DEVBOX_HOSTNAME=example.net bash k8s-install.sh

Resources

About prometheus :

About prometheus-blackbox-exporter :