You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/roles/prometheus/defaults/main.yml

22 lines
633 B
YAML

---
# https://github.com/prometheus/prometheus
prometheus_image_name: "prom/prometheus"
prometheus_image_version: "v2.33.4"
# https://github.com/grafana/grafana
grafana_image_name: "grafana/grafana"
grafana_image_version: "8.3.5"
# https://github.com/prometheus/alertmanager
alertmanager_image_name: "prom/alertmanager"
alertmanager_image_version: "v0.23.0"
# https://github.com/prometheus/blackbox_exporter
blackbox_exporter_image_name: "prom/blackbox-exporter"
blackbox_exporter_image_version: "v0.19.0"
# https://github.com/idealista/prom2teams
prom2teams_image_name: "idealista/prom2teams"
prom2teams_image_version: "3.2.3"