krol44 / momo

Browsing all docker logs, stats and alerts on all machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The MoMo is grabbing logs from docker containers

  1. Relatime views logs on the all machines
  2. Stats of the containers
  3. Notification error or info messages to the telegram bot

demo screen

demo momo

setup and run local

  1. sudo -s && cd /home
  2. git clone https://github.com/krol44/momo
  3. nano momo/.env.secrets
COMPOSE_PROJECT_NAME=momo

DOMAIN=localhost
DOMAIN_MOMO_SERVICE=localhost

DASHBOARD_PASS=password_for_web_admin
RABBIT_PASS=password_for_rabbitMQ

TG_BOT_TOKEN=0000000:AAAAAAAAAAAAAAAA
  1. change DASHBOARD_PASS, RABBIT_PASS, TG_BOT_TOKEN and save
  2. cd momo/rabbitMQ/gen-ssl/
  3. ./docker-start.sh - creating ssl cert
  4. cd ../../
  5. ./build
  6. open url https://localhost:8844 to login, you may copy link in the setting page and install own machine
  7. enjoy :3

About

Browsing all docker logs, stats and alerts on all machines


Languages

Language:Go 48.0%Language:Vue 43.0%Language:Shell 4.1%Language:JavaScript 2.6%Language:Dockerfile 1.0%Language:CSS 0.8%Language:HTML 0.5%