summaryrefslogtreecommitdiffstats
path: root/roles/prometheus/defaults/main.yml
blob: 61c383ed332255144a96e23ece56d4ca8bb92011 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---
prometheus_host: "localhost"
prometheus_port: 9090
prometheus_retention: "15d"
prometheus_scrape_interval: "15s"

prometheus_targets:
  - "{{ prometheus_host }}:{{ prometheus_port }}"

prometheus_node_exporter_targets: []
prometheus_hostname: "metrics.home.arpa"
prometheus_extra_scrape_configs: []