Skip to content

Simple health server for systems dependent on other systems with http endpoint.

License

Notifications You must be signed in to change notification settings

team142/lux-lucet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 Lux Lucet

        License

System health server written in Go for systems composed of and dependant on subsystems, requiring concurrently updating each subsystems health status.

Features

  • Overall system health
  • n subsystems
  • Thread-safe updating of state
  • Thread-safe reading of state
  • Http server - listens on address and return state in json

Examples

See example.go and example docs