tinystatus generate an html status page via shell script.
An example site is available here.
To install tinystatus:
checks.csv
incidents.txt
./tinystatus > index.html
The syntax of checks.csv
file is:
Command, Expected Code, Status Text, Host to check
Command can be:
http
- Check http statusping
- Check ping status port
- Check open port statusThere are also http4
, http6
, ping4
, ping6
, port4
, port6
for IPv4 or IPv6 only check.
Note: port4
and port6
require OpenBSD nc
binary.