mirror of
https://github.com/recklessop/zroc.git
synced 2026-07-04 13:43:13 -04:00
Update prometheus.yml
This commit is contained in:
@@ -1,9 +1,18 @@
|
|||||||
global:
|
global:
|
||||||
scrape_interval: 30s
|
scrape_interval: 60s
|
||||||
evaluation_interval: 20s
|
evaluation_interval: 60s
|
||||||
|
scrape_timeout: 60s
|
||||||
|
|
||||||
scrape_configs:
|
scrape_configs:
|
||||||
- job_name: 'ransomexporter'
|
- job_name: 'ransomexporter'
|
||||||
scrape_interval: 30s
|
scrape_interval: 30s
|
||||||
|
scrape_timeout: 20s
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['zertoexporter:9999']
|
- targets: ['zertoexporter:9999']
|
||||||
|
|
||||||
|
- job_name: 'encryption-stats'
|
||||||
|
scrape_interval: 30s
|
||||||
|
scrape_timeout: 20s
|
||||||
|
static_configs:
|
||||||
|
- targets: ['zertoexporter:9999']
|
||||||
|
metrics_path: /statsmetrics
|
||||||
Reference in New Issue
Block a user