Sign inSign up

goodhallsolutions/fodaris-agent

By goodhallsolutions

•Updated 2 days ago

Lightweight monitoring agent for Docker hosts - sends metrics to your Fodaris server

Image
Operating systems
Databases & storage
Monitoring & observability
0

3.0K

goodhallsolutions/fodaris-agent repository overview

⁠Fodaris Agent

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.

⁠What it collects

  • CPU usage, load averages, per-core stats
  • Memory and swap usage
  • Disk usage, I/O, and SMART health
  • Network interface traffic and errors
  • Temperature sensors (CPU, GPU, drives)
  • Running processes (top consumers)
  • Docker container resource usage
  • GPU metrics (NVIDIA, AMD, Intel)

All metrics are encrypted in transit with AES-256-GCM.

⁠Quick start

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

⁠Setup

  1. In your Fodaris dashboard, go to Settings > Endpoints
  2. Add a new endpoint and copy the auth token
  3. Run the container with the token and your server URL
  4. The endpoint will appear in your dashboard within seconds

⁠Configuration

All settings via environment variables:

VariableRequiredDefaultDescription
FODARIS_SERVER_URLYes-Your Fodaris server URL
FODARIS_TOKENYes-Auth token from Settings > Endpoints
FODARIS_ENDPOINT_NAMEYes-Display name in the dashboard
FODARIS_INTERVALNo10Collection interval in seconds
FODARIS_VERIFY_SSLNofalseSet true for CA-signed certs

⁠Platforms

Multi-arch image supporting:

  • linux/amd64 (Intel/AMD 64-bit)
  • linux/arm64 (Raspberry Pi 4/5, ARM servers)

⁠Requirements

A running Fodaris server. Get the server image at goodhallsolutions/fodaris⁠.

Built and maintained by Goodhall Solutions Ltd.

Tag summary

Content type

Image

Digest

sha256:a85967d86…

Size

3.7 MB

Last updated

2 days ago

docker pull goodhallsolutions/fodaris-agent