Files
cemetery_infra/monitoring/prometheus.yml
2026-01-26 13:38:43 +03:00

10 lines
122 B
YAML

global:
scrape_interval: 15s
scrape_configs:
- job_name: 'nginx'
static_configs:
- targets: ['nginx:80']