chore(packaging): update default agent config

This commit is contained in:
wpetit 2023-03-27 16:25:35 +02:00
parent a9e5263a19
commit 24b7519579
1 changed files with 12 additions and 0 deletions

View File

@ -21,6 +21,18 @@ agent:
enabled: true enabled: true
dataDir: /var/lib/emissary/apps/data dataDir: /var/lib/emissary/apps/data
downloadDir: /var/lib/emissary/apps/bundles downloadDir: /var/lib/emissary/apps/bundles
sysupgrade:
enabled: true
sysupgradeCommand:
- sysupgrade
- --force
- -u
- -v
- '%FIRMWARE%'
firmwareVersionCommand:
- sh
- -c
- source /etc/openwrt_release && echo "$DISTRIB_ID-$DISTRIB_RELEASE-$DISTRIB_REVISION"
collectors: collectors:
- name: uname - name: uname
command: uname command: uname