Pool Member Status HTML5 Page
Problem this snippet solves:
This allows a publicly accessible status page of Pools and Pool Members. No cron job is needed.
How to install:
If you only have one pool, you will probably have ...
Updated Sep 20, 2022
Version 2.0LoyalSoldier
Altostratus
Joined September 14, 2020
LoyalSoldier
Altostratus
Joined September 14, 2020
jaikumar_f5
Feb 19, 2019MVP
@Ken,
Thats a simple html response... You can simply curl the url and get the output. Save the output in the format you need.
Lets say you have built this setup already.
Access:
https:///status
will show your page.
Do a curl & append the output to a file,
curl -k https:///status > /var/tmp/status-output.html
Build a bash script with sendmail & send the output as attachment. Hope it helps.