Inspin Digital Status Page
Go to file
Alex Povel d7a3feb6f3 Use ISO8601 date format
The manually formatted date string was very close to
ISO8601 already, so just it directly.
Conforms to standards, is much easier in code (less manual work),
and carries timezone information.
2021-03-29 18:20:34 +02:00
LICENSE Initial commit 2021-03-27 23:27:40 +01:00
README.md Initial commit 2021-03-27 23:27:40 +01:00
checks.list Initial commit 2021-03-27 23:27:40 +01:00
incidents.list Initial commit 2021-03-27 23:27:40 +01:00
tinystatus Use ISO8601 date format 2021-03-29 18:20:34 +02:00

README.md

Tinystatus

tinystatus generate an html status page via shell script.

Features

  • Parallel checks
  • HTTP, ping, port checks
  • HTTP expected status code (401, ...)
  • Minimal dependencies (curl, nc and coreutils)
  • Easy configuration and customisation
  • Incident history (manual)

Demo

An example site is available here.

Setup

To install tinystatus:

  • Clone the repository and go to the created directory
  • Edit the checks file checks.list
  • To add incidents or maintenance, edit incidents.list
  • Generate status page ./tinystatus > index.html
  • Serve the page with your favorite web server