blob: 52c8da020a430ee3475b55ea86822f237a1ff44f (
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_node_exporter_port: 9100
prometheus_targets:
- "{{ prometheus_host }}:{{ prometheus_port }}"
prometheus_node_exporter_targets:
- "{{ prometheus_host }}:{{ prometheus_node_exporter_port }}"
|