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

13 lines
230 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"]
2025-12-17 10:53:59 +01:00
- job_name: 'nginx'
static_configs:
- targets: ['nginx-prometheus-exporter:9113']