Files
Wordpress-Ansible/docker/monitoring/prometheus.yaml
2025-12-15 11:10:32 +01:00

8 lines
131 B
YAML

global:
scrape_interval: 15s
scrape_configs:
- job_name: "prometheus"
static_configs:
- targets: ["localhost:9090"]