Skip to content

A lightweight webserver that returns a `200` response if a given service is running on a host machine, and `5XX` if it is not.

Notifications You must be signed in to change notification settings

jacob-card-howe/service-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

service-check

A quick and dirty web server that will generate a 200 response if the provided service is running, and a 5XX if it is not.

How To Use

Build main.go and then run ./service-check -svc "YOUR_SERVICE_NAME". You can also specify a custom port to serve your response with a -p flag.

EXAMPLE: ./service-check -svc "thermald.service" -p "7777"

About

A lightweight webserver that returns a `200` response if a given service is running on a host machine, and `5XX` if it is not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages