mirror of
https://github.com/recklessop/zroc.git
synced 2026-07-03 05:23:13 -04:00
18 lines
422 B
YAML
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 |