headquarter/monitoring/prometheus.yml
2022-12-29 19:26:41 +01:00

18 lines
326 B
YAML

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