Update README.md
parent
0a4b7137c5
commit
d080b09b1e
|
@ -9,6 +9,7 @@ tinystatus generate an html status page via shell script.
|
||||||
* HTTP expected status code (401, ...)
|
* HTTP expected status code (401, ...)
|
||||||
* Minimal dependencies (curl, nc and coreutils)
|
* Minimal dependencies (curl, nc and coreutils)
|
||||||
* Easy configuration and customisation
|
* Easy configuration and customisation
|
||||||
|
* Tiny (~1kb) optimized result page
|
||||||
* Incident history (manual)
|
* Incident history (manual)
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
@ -37,5 +38,6 @@ Command can be:
|
||||||
* `ping` - Check ping status
|
* `ping` - Check ping status
|
||||||
* `port` - Check open port status
|
* `port` - Check open port status
|
||||||
|
|
||||||
There are also `http4`, `http6`, `ping4`, `ping6`, `port4`, `port6` for IPv4 or IPv6 only check.
|
There are also `http4`, `http6`, `ping4`, `ping6`, `port4`, `port6` for IPv4 or IPv6 only check.
|
||||||
Note: `port4` and `port6` require OpenBSD `nc` binary.
|
Note: `port4` and `port6` require OpenBSD `nc` binary.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue