Files
zroc/prometheus/prometheus.yml
T
2023-03-15 22:09:44 -07:00

18 lines
422 B
YAML

global:
scrape_interval: 60s
evaluation_interval: 60s
scrape_timeout: 60s
scrape_configs:
- job_name: 'ransomexporter'
scrape_interval: 30s
scrape_timeout: 20s
static_configs:
- targets: ['zertoexporter:9999']
- job_name: 'encryption-stats'
scrape_interval: 30s
scrape_timeout: 20s
static_configs:
- targets: ['zertoexporter:9999']
metrics_path: /statsmetrics