# Michka agent settings. Edit MICHKA_ARGS below, then: sudo systemctl restart michka-agent
#
# Required: the hub to push to.   --hub <scheme>://<host>:<port>
#           --token <secret>      shared secret — copy it from the hub's michka.conf ("token").
#                                 The hub rejects pushes (401) without the matching token.
# Optional: --name <label>        host label shown on the hub (default: this machine's name)
#           --interval <ms>       sample/push interval in milliseconds (default 1000, min 200)
#
# Example:  MICHKA_ARGS="--hub http://192.168.0.10:5000 --token PASTE-HUB-TOKEN --name my-server"
MICHKA_ARGS="--hub http://HUB-HOST:5000 --token PASTE-HUB-TOKEN"
