An availability tester made for displaying the status of HTTP(s) servers on a Raspberry Pi connected to an Allo Mini Rainbow. The allo mini rainbow will display whether a site is online/offline and will show text when a status of a website changes. It just does normal http(s) requests and sees if a 200 OK
is returned.
- First install the required
Rainbow HAT
package from here. - In
availability-tester/run.py
you can change theSITES
variable and theBRIGHTNESS
variable to suit your needs. - Execute
run.py
to run the tester. Stop it withControl-C
.