Skip to content

Simple server monitoring by intervalled running script.d files and then returning the results through one HTTP-call.

Notifications You must be signed in to change notification settings

mpdroog/healthd

Repository files navigation

HealthD

Run all commands from the scripts.d-dir and make the results available through HTTP.

How does it work?

  • (On boot) read all scripts.d/*.* entries
  • Run these scripts every 5minutes
  • Make results available through HTTP (port 10515)

URLS:

  • :10515/_mon (plain/text)
  • :10515/zenoss (plain/text)
  • :10515/health (JSON, grouped by departments)

curl http://0:10515/_mon

About

Simple server monitoring by intervalled running script.d files and then returning the results through one HTTP-call.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published