22 lines
466 B
YAML
22 lines
466 B
YAML
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
|