mirror of
https://github.com/cirocosta/monero-exporter.git
synced 2025-01-03 03:50:48 -05:00
9 lines
166 B
YAML
9 lines
166 B
YAML
|
global:
|
||
|
scrape_interval: '15s'
|
||
|
evaluation_interval: '15s'
|
||
|
scrape_configs:
|
||
|
- job_name: 'monerod'
|
||
|
static_configs:
|
||
|
- targets:
|
||
|
- 'monerod:9000'
|