mirror of
https://github.com/recklessop/zroc.git
synced 2026-07-03 05:23:13 -04:00
648fe6c770
added example of second exporter
38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
global:
|
|
scrape_interval: 60s
|
|
evaluation_interval: 60s
|
|
scrape_timeout: 60s
|
|
|
|
scrape_configs:
|
|
- job_name: 'vm-stats'
|
|
scrape_interval: 30s
|
|
scrape_timeout: 20s
|
|
static_configs:
|
|
- targets: ['zvmexporter1:9999']
|
|
#- targets: ['zvmexporter2:9999'] # only needed if you have two ZVMs to monitor
|
|
|
|
- job_name: 'encryption-stats'
|
|
scrape_interval: 30s
|
|
scrape_timeout: 20s
|
|
metrics_path: /statsmetrics
|
|
static_configs:
|
|
- targets: ['zvmexporter1:9999']
|
|
#- targets: ['zvmexporter2:9999'] # only needed if you have two ZVMs to monitor
|
|
|
|
|
|
- job_name: 'thread-stats'
|
|
scrape_interval: 30s
|
|
scrape_timeout: 20s
|
|
metrics_path: /threads
|
|
static_configs:
|
|
- targets: ['zvmexporter1:9999']
|
|
#- targets: ['zvmexporter2:9999'] # only needed if you have two ZVMs to monitor
|
|
|
|
- job_name: 'vra-stats'
|
|
scrape_interval: 30s
|
|
scrape_timeout: 20s
|
|
metrics_path: /vrametrics
|
|
static_configs:
|
|
- targets: ['zvmexporter1:9999']
|
|
#- targets: ['zvmexporter2:9999'] # only needed if you have two ZVMs to monitor
|