headquarter/monitoring/prometheus.example.yml
2022-12-30 10:30:34 +01:00

23 lines
417 B
YAML

global:
scrape_interval: 15s
external_labels:
monitor: codelab-monitor
scrape_configs:
- job_name: 'node-local'
static_configs:
- targets:
- 'nodeexporter:9100'
- job_name: 'node'
scheme: https
basic_auth:
username: username
password: password
tls_config:
insecure_skip_verify: true
static_configs:
- targets:
- 'server.example.com:9100'