mirror of
https://github.com/thegeeklab/prometheus-pve-sd.git
synced 2024-11-10 20:10:39 +00:00
29 lines
378 B
YAML
29 lines
378 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
|
|
auth_timeout: 5
|
|
verify_ssl: true
|