Skip to content

A very basic minimal web app that keeps an eye on running nodes

License

Notifications You must be signed in to change notification settings

devrecipe/heartbeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heartbeat

Travis CI build status Docker build status Docker pulls count Docker stars count License

A very basic minimal web app that keeps an eye on running nodes

Deployment using Docker

In your docker host, run a new container

docker run -d -p 8081:80 --name heartbeat devrecipe/heartbeat

Configuration

Create a config.json file that contains an array with documents in the following format that contains the node name and its ip specified within the address key

{
    "name": "My Node",
    "address": "127.0.0.1"
}

After writing the configuration file, copy it to the heartbeat container and restart it so changes can take effect

docker container cp config.json heartbeat:/usr/src/app/config.json
docker container restart heartbeat

Contributors

  • Mohamed Anas Ben Othman

License

© 2017 - MIT License

About

A very basic minimal web app that keeps an eye on running nodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published