emissary/misc/packaging/common/config-agent.yml

25 lines
501 B
YAML

logger:
level: 1
format: human
agent:
serverUrl: http://127.0.0.1:3000
privateKeyPath: /var/lib/emissary/agent-key.json
reconciliationInterval: 5
controllers:
persistence:
enabled: true
stateFile: /var/lib/emissary/state.json
spec:
enabled: true
gateway:
enabled: true
uci:
enabled: true
binPath: uci
configBackupFile: /var/lib/emissary/uci-backup.conf
collectors:
- name: uname
command: uname
args:
- -a