Skip to content

Keep track of your Docker containers and make sure that they are in good shape

License

Notifications You must be signed in to change notification settings

madskonradsen/whaler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whaler

Build Status Code Climate Test Coverage Issue Count

Whaler keeps an eye on your docker containers and notices you when they die.

Whaler works by invoking the jar-file with the path to a config.json file as the first parameter. The structure of the JSON-file is the following:

{
  "machines": [
    {
      "host": "my-machine-dns",
      "credentials": "username:password",
      "containers": [
        "mydockerslave1"
      ]
    }
  ],
  "email": {
    "smtpHost": "smtp.googlemail.com",
    "smtpPort": 465,
    "username": "username",
    "password": "password",
    "fromEmail": "[email protected]",
    "toEmail": "[email protected]",
    "useSSL": true
  }
}

About

Keep track of your Docker containers and make sure that they are in good shape

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages