Files
Wordpress-Ansible/docker/monitoring/prometheus.yaml
Robert Ose dc23f3ac69 update
2025-12-17 10:53:59 +01:00

13 lines
230 B
YAML

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