Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.24 KB

README.md

File metadata and controls

41 lines (21 loc) · 1.24 KB

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 :