MQTT_BROKER=XXXXAAAAFFFBBBB.REGION.amazonaws.com
MQTT_PORT=8883
TOPIC=devices/+/metrics

#websocket from backend
WS_HOST=0.0.0.0
WS_PORT=6789
# Shared secret required by dashboards on the WS handshake (?token=...).
# Leave empty for local dev; set to a long random value in production.
WS_AUTH_TOKEN=
PRUNE_SECONDS=30
CPU_ALERT_TH=90
# Alert cooldown (s) per device for Slack notifications.
ALERT_COOLDOWN=60
# Hard caps on untrusted MQTT input.
MAX_PAYLOAD_BYTES=16384
MAX_DEVICES=1000
SLACK_WEBHOOK_URL=https://hooks.slack.com/services/XXXXXXXXXX/YYYYYY
DEVICE_ID=YourDeviceID

# collect data every 10s
INTERVAL=10

# Certificates (exact file names in your agent directory)
CA_CERT=AmazonRootCA1.pem
CLIENT_CERT=clientcert-certificate.pem.crt
CLIENT_KEY=clientkey-private.pem.key
