Skip to content

gwillem/go-simplemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extremely simple local monitoring

Plug in your Go http server and use a service such as Uptime Robot to monitor your /status endpoint. Returns http 500 on any failure (plus description in JSON)

import "github.com/gwillem/go-simplemon"

http.HandleFunc("/status", simplemon.Handler)

About

Simple HTTP health status endpoint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages