11 lines
252 B
YAML
11 lines
252 B
YAML
|
|
---
|
||
|
|
# Monitoring servers group configuration
|
||
|
|
monitoring_type: prometheus
|
||
|
|
monitoring_port: 9090
|
||
|
|
monitoring_retention: 30d
|
||
|
|
monitoring_scrape_interval: 15s
|
||
|
|
|
||
|
|
# Grafana configuration
|
||
|
|
grafana_port: 3000
|
||
|
|
grafana_admin_password: "{{ vault_grafana_password }}"
|