chore: update agent package config
This commit is contained in:
parent
fa71986d37
commit
8ada7e3b84
|
@ -11,12 +11,16 @@ agent:
|
|||
stateFile: /var/lib/emissary/state.json
|
||||
spec:
|
||||
enabled: true
|
||||
gateway:
|
||||
proxy:
|
||||
enabled: true
|
||||
uci:
|
||||
enabled: true
|
||||
binPath: uci
|
||||
configBackupFile: /var/lib/emissary/uci-backup.conf
|
||||
app:
|
||||
enabled: true
|
||||
dataDir: /var/lib/emissary/apps/data
|
||||
downloadDir: /var/lib/emissary/apps/bundles
|
||||
collectors:
|
||||
- name: uname
|
||||
command: uname
|
||||
|
|
Loading…
Reference in New Issue