[MPL-2] tool to manage the status of the system (cpu, memory, docker, ...)
Go to file
2023-01-03 23:53:52 +01:00
back [DEV] better interface with search and filter 2023-01-03 23:53:52 +01:00
client [DEV] add client interface accessible on pypi.org and basic tools to access on karanage (no token for now) 2023-01-02 00:12:15 +01:00
.checkstyle [DEV] add back 2022-12-29 21:15:49 +01:00
.gitignore [DEV] add back 2022-12-29 21:15:49 +01:00
docker-compose.yaml [DEBUG] remove some bad things for prod 2022-12-30 09:14:05 +01:00
Dockerfile [DEBUG] remove some bad things for prod 2022-12-30 09:14:05 +01:00
readme.md [DEV] initial commit 2022-12-29 10:08:36 +01:00

Karanage

Kangaroo And Rabbit (m)anage is a simple interface to manage system status.

  • for CPU check
  • for Memory check
  • for swap check
  • for drive check
  • for network check
  • for docker check

Run and install:

so simple...

# start the Bdd interface (no big data > 50Mo)
cd bdd
docker-compose up -d
# start the REST API
cd back
docker-compose up -d
# start the front API
cd ../front
docker-compose up -d

build the local image:

docker pull archlinux:base-devel docker pull bellsoft/liberica-openjdk-alpine:latest

docker build -t gitea.atria-soft.org/kangaroo-and-rabbit/karanage:latest .

docker login gitea.atria-soft.org

docker push gitea.atria-soft.org/kangaroo-and-rabbit/karanage:latest