bderenzo / tinystatus

Static status page generator
MIT License
457 stars 68 forks source link

Tinystatus

tinystatus generate an html status page via shell script.

Features

Demo

An example site is available here.

Setup

To install tinystatus:

Configuration file

The syntax of checks.csv file is:

Command, Expected Code, Status Text, Host to check

Command can be:

There are also http4, http6, ping4, ping6, port4, port6 for IPv4 or IPv6 only check.
Note: port4 and port6 require OpenBSD nc binary.