[MPL-2] tool to manage the status of the system (cpu, memory, docker, ...)
Go to file
Edouard DUPIN 64a7f49dd8 [RELEASE] Release v0.3.0 2024-05-12 12:03:43 +02:00
.island [DEV] add some delivery tools 2024-01-19 22:55:23 +01:00
back [DEV] update new model 2024-03-19 08:37:07 +01:00
client [DEV] add nan in json 2023-04-04 22:37:20 +02: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
Dockerfile [DEBUG] remove some bad things for prod 2022-12-30 09:14:05 +01:00
docker-compose.yaml [DEBUG] remove some bad things for prod 2022-12-30 09:14:05 +01:00
readme.md [DEV] upgrade client and back to add basic api for logs 2023-01-13 00:36:47 +01:00
version.txt [RELEASE] Release v0.3.0 2024-05-12 12:03:43 +02:00

readme.md

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

License

Copyright karanage-interface Edouard DUPIN

Licensed under the Mozilla Public License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.mozilla.org/en-US/MPL/2.0/

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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 login gitea.atria-soft.org

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 push gitea.atria-soft.org/kangaroo-and-rabbit/karanage:latest