# Michka agent settings. Edit MICHKA_ARGS below, then: sudo systemctl restart michka-agent
#
# Required: the hub to push to.   --hub <scheme>://<host>:<port>
# 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 --name my-server --interval 1000"
MICHKA_ARGS="--hub http://HUB-HOST:5000"
