fix: Fix outage count command to handle missing .ko files
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
ping
port
There are also http4, http6, ping4, ping6, port4, port6 for IPv4 or IPv6 only check.Note: port4 and port6 require OpenBSD nc binary.
http4
http6
ping4
ping6
port4
port6
nc
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Tinystatus
tinystatus generate an html status page via shell script.
Features
Demo
An example site is available here.
Setup
To install tinystatus:
checks.csvincidents.txt./tinystatus > index.htmlConfiguration file
The syntax of
checks.csvfile is:Command can be:
http- Check http statusping- Check ping statusport- Check open port statusThere are also
http4,http6,ping4,ping6,port4,port6for IPv4 or IPv6 only check.Note:
port4andport6require OpenBSDncbinary.