Skip to content
/ dms Public

Dead (wo)man switch server that can be scraped by Pingdom (or similar)

License

Notifications You must be signed in to change notification settings

storj/dms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMS - Dead (Wo)man Switch

Simple aggregate dead (wo)man switch

Use

Register

curl --user <basic_auth_user>:<basic_auc_password> -d "environment=<environment_name>" <dms_endpoint>/register

Ingest

curl -H "Authorization: Bearer <jwt_token>" -XPOST <dms_endpoint>/ingest

Pingdom

curl <dms_endpoint>/pingdom

Status

curl --user <basic_auth_user>:<basic_auc_password> <dms_endpoint>/status

Incidents

curl --user <basic_auth_user>:<basic_auc_password> <dms_endpoint>/incidents

Test

go test -parallel 1 -v ./pkg/routes/... ./pkg/storage/... -cover

Author

About

Dead (wo)man switch server that can be scraped by Pingdom (or similar)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published