ijug-ev / monika

πŸ‘±πŸ»β€β™€οΈ Monika: The iJUG's homebrewn Infrastructure Monitor
0 stars 1 forks source link
monitoring

πŸ‘±πŸ»β€β™€οΈ Monika: The iJUG's homebrewn Infrastructure Monitor

Monika is a Java-implemented RESTful Web Service serving as an agent for Uptime Kuma to read the local disk's free space.

Use

Administrate

Deploy

Build

./build, i. e.:

#!/bin/bash
mvn clean package
cp src/main/docker/Dockerfile target
pushd ./target
docker build -t monika .
popd
docker run -it --rm -P monika