feat(agent): add [debug] dump_dir config field

This commit is contained in:
Carsten 2026-04-22 22:15:01 +02:00
parent b798b462ca
commit 1c289a5a0d
3 changed files with 49 additions and 0 deletions

View file

@ -6,3 +6,6 @@ host_id = "pve-test-01"
fast_seconds = 15
medium_seconds = 120
slow_seconds = 600
[debug]
dump_dir = "/tmp/proxmox-monitor-test"