Lightweight monitoring agent for Docker hosts - sends metrics to your Fodaris server
3.0K
Lightweight monitoring agent that collects system metrics and sends them to your Fodaris server. Built for Docker hosts where you want to monitor the underlying machine without installing anything on the host OS.
All metrics are encrypted in transit with AES-256-GCM.
docker run -d --name fodaris-agent \
--pid=host --network=host --privileged \
-v /var/run/docker.sock:/var/run/docker.sock:ro \
-e FODARIS_SERVER_URL=https://your-fodaris-server:8443 \
-e FODARIS_TOKEN=your_token_here \
-e FODARIS_ENDPOINT_NAME=my-server \
goodhallsolutions/fodaris-agent:latest
All settings via environment variables:
| Variable | Required | Default | Description |
|---|---|---|---|
FODARIS_SERVER_URL | Yes | - | Your Fodaris server URL |
FODARIS_TOKEN | Yes | - | Auth token from Settings > Endpoints |
FODARIS_ENDPOINT_NAME | Yes | - | Display name in the dashboard |
FODARIS_INTERVAL | No | 10 | Collection interval in seconds |
FODARIS_VERIFY_SSL | No | false | Set true for CA-signed certs |
Multi-arch image supporting:
A running Fodaris server. Get the server image at goodhallsolutions/fodaris.
Built and maintained by Goodhall Solutions Ltd.
Content type
Image
Digest
sha256:a85967d86…
Size
3.7 MB
Last updated
2 days ago
docker pull goodhallsolutions/fodaris-agent