PingLite is a lightweight monitoring tool that gets the most basic information you need to ensure your site is running as expected.
What information does it collect?
- Return Code
- If the SSL/TLS certificate is valid
- How many days until the SSL/TLS certificate expires
How does it report this information?
- Standard Out
- Return Code
- Configurable API Call
How does it work?
Under the hood, it uses the libcurl library to contact the URL you provide. It will then collect and parse the information appropriately. If you configure it to, it will then inform you if the conditions are met for a notification.
Who makes this?
This project was created by Patrick Connolly beginning in 2025 and was made public from the start. If you wish to contribute, simply create a pull request to the development branch and it will be reviewed.