Skip to content

snabble/insantus

 
 

Repository files navigation

insantus

A very simple health check and statuspage app.

Features

  • Http checks
  • SCP checks
  • Certificate checks
  • Multi Environment
  • Notifications by email

Configuration

Adjust the example files matching your requirements:

  • checks.yml
  • environments.yml

See the config.go for details about the available options.

Run it using go

go get github.com/smancke/insantus
insantus --help

Run it with docker

To try it out:

docker run --rm -p 80:80 smancke/insantus

With your configuration:

docker run -v /your/checks.yml:/checks.yml \
           -v /your/environments.yml:/environments.yml \
           -v /path/to/presist:/data \
           -p 80:80 smancke/insantus \

About

the insanity cool satus checker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 77.6%
  • JavaScript 10.3%
  • HTML 8.8%
  • CSS 1.9%
  • Other 1.4%