It's a PHP based program which can monitor is your website running properly or not. This program will notify you every time via Telegram when website running status is changed. This program is not coming with a fantastic UI or any admin panel. You have to config everything manually.
You can set a keyword/text while adding website details. Every time the cron job runs, it will search that keyword in the given URL's content. If match found, everything is normal. If not matched, you should get notified. A website will mark as down after two times mismatch in a row.
This program is written in PHP so, PHP must require. As the program runs every time by a cronjob, cron is required. And yes, this program doesn't need any database!
- Extract the program files.
- Edit config.php & add your telegram bot token & chat ID.
- The sites directory contains all the website(which going to be monitored.) data.
- Add cron.php to your cronjob & set how often you want to run the monitoring program.
- Search on Google, man. Why you are so lazy?
- You already know the answer, don't you?