Files
Wordpress-Ansible/docker/monitoring/prometheus.yaml

9 lines
135 B
YAML
Raw Normal View History

2025-12-16 11:26:25 +01:00
---
2025-12-08 09:45:23 +01:00
global:
scrape_interval: 15s
scrape_configs:
2025-12-15 11:10:32 +01:00
- job_name: "prometheus"
2025-12-08 09:45:23 +01:00
static_configs:
2025-12-15 11:10:32 +01:00
- targets: ["localhost:9090"]