feat(agent): add status controller
This commit is contained in:
@ -62,6 +62,16 @@ agent:
|
||||
- sh
|
||||
- -c
|
||||
- source /etc/openwrt_release && echo "$DISTRIB_ID-$DISTRIB_RELEASE-$DISTRIB_REVISION"
|
||||
|
||||
# Status controller configuration
|
||||
status:
|
||||
enabled: true
|
||||
# Status page listening address
|
||||
address: :42521
|
||||
# Agent claim URL template (see Emissary HQ)
|
||||
claimURL: http://127.0.0.1:3001/claim/%v
|
||||
# Agent URL template (see Emissary HQ)
|
||||
agentURL: http://127.0.0.1:3001/agents/%v
|
||||
|
||||
# Collectors configuration
|
||||
collectors:
|
||||
|
Reference in New Issue
Block a user