coollabsio / sentinel

An experimental API for your Linux server
https://coolify.io
Apache License 2.0
73 stars 3 forks source link

Sentinel

An experimental API for gathering Linux server / Docker Engine metrics.

This will be used in coolify.io.

Features

Server

Usage

Start as a container:

docker run -d -v ./logs:/app/logs -v ./metrics:/app/metrics -v /var/run/docker.sock:/var/run/docker.sock --pid host --name sentinel ghcr.io/coollabsio/sentinel:latest

# You can expose port 8888 to access the API
# By default, the API is only available in the container, so you need docker exec to access it.

API

Server

Containers

Roadmap

License

Apache 2.0