oglog/etc/prometheus/prometheus.yml

14 lines
243 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: ogserver
static_configs:
- targets: ['ogserver.mytld:9100']
- job_name: ogagent
static_configs:
- targets: ['ogagent.mytld:9100']