prometheus-pve-sd/prometheuspvesd/test/data/config.yml
Robert Kaussow 35bfa8bc6a
feat: add option to authenticate with api token instead of password (#460)
Co-authored-by: Bruno MATEU <pro+github@brunomat.eu>
Co-authored-by: Bruno MATEU <mateubruno@gmail.com>
2023-09-19 09:00:30 +02:00

31 lines
451 B
YAML

---
logging:
level: warning
format: console
metrics:
enabled: true
address: "127.0.0.1"
port: 8000
output_file: dummy
output_file_mode: "0640"
loop_delay: 300
service: true
exclude_state: []
exclude_vmid: []
exclude_tags: []
include_vmid: []
include_tags: []
pve:
server: proxmox.example.com
user: root
password: secure
token_name: pve_sd
token_value: 01234567-89ab-cdef-0123-456789abcdef
auth_timeout: 5
verify_ssl: true