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.
27 lines
823 B
YAML
27 lines
823 B
YAML
---
|
|
prometheus_lvm_hcloudvol_size: 30
|
|
prometheus_lvm_hcloudvol_count: 1
|
|
prometheus_lvm_hcloudvol_mountpath: '/prometheus_datadir'
|
|
|
|
prometheus_datadir: "{{ prometheus_lvm_hcloudvol_mountpath }}"
|
|
|
|
# https://github.com/prometheus/prometheus
|
|
prometheus_image_name: "prom/prometheus"
|
|
prometheus_image_version: "v2.38.0"
|
|
|
|
# https://github.com/grafana/grafana
|
|
grafana_image_name: "grafana/grafana"
|
|
grafana_image_version: "9.1.5"
|
|
|
|
# https://github.com/prometheus/alertmanager
|
|
alertmanager_image_name: "prom/alertmanager"
|
|
alertmanager_image_version: "v0.24.0"
|
|
|
|
# https://github.com/prometheus/blackbox_exporter
|
|
blackbox_exporter_image_name: "prom/blackbox-exporter"
|
|
blackbox_exporter_image_version: "v0.22.0"
|
|
|
|
# https://github.com/idealista/prom2teams
|
|
prom2teams_image_name: "idealista/prom2teams"
|
|
prom2teams_image_version: "4.0.0"
|