feat(agent): add [debug] dump_dir config field
This commit is contained in:
parent
b798b462ca
commit
1c289a5a0d
3 changed files with 49 additions and 0 deletions
3
agent/test/fixtures/agent.toml
vendored
3
agent/test/fixtures/agent.toml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue