Skip to content
/ momo Public

Browsing all docker logs, stats and alerts on all machines

Notifications You must be signed in to change notification settings

krol44/momo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published