8000 GitHub - matheusmessora/dorothy: monitoring tool for your Eureka services
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

matheusmessora/dorothy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dorothy

Dorothy provides a better way to visualize your Eureka services. Dorothy magically turn this:

Eureka dashboard

into this:

Dorothy magic dashboard

How to use it

as a Container

docker run --name dorothy -e MONGO_PORT_27017_TCP_ADDR=localhost EUREKA_HOST=your_eureka-domain -e SERVICES=APP01,APP02,APP04,APP05 -d matheusmessora/dorothy

Environment Variables

MONGO_PORT_27017_TCP_ADDR

This variable is mandatory and specifies the host that will be used to connect to MongoDB. This variable will be set automatically if you use Docker Compose with links feature.

EUREKA_HOST

This variable is mandatory and specifies the host that will be used to call the Eurea REST API.

SERVICES

This variable is optional and is responsible for showing alerts when the services are not availables.

Contribute

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Before you start to code, we recommend discussing your plans through a GitHub issue , especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.

About

monitoring tool for your Eureka services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0