Skip to content

bmoscon/watchdog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watchdog

A very simple example of a watchdog microservice in Go.

To build:

make

This will produce watchdog and example binaries. Run watchdog in the backgroudnd, then example.

$ ./watchdog&
$ ./example

example will register itself with watchdog and then exit. watchdog will restart example (which will simply exit) endlessly. You can observe this behavior in watchdog.log

Releases

No releases published

Packages

No packages published