Bot for monitoring your sites and domains. Use the task scheduler for index.php at a given interval. Use the settings in the index.php:
- timezone - your timezone. Default "Europe/Moscow"
- token - telegram bot token
- chat_id - ID of the channel or group where the bot will send messages
- sites - array sites to check. Default declare in /sites.php. Example:
$sites = [
[
"domain" => "http://example.com",
"pages" => [
"/about"
]
],
];
- debug - TRUE for print messages in browser. Default FALSE
- disable_milty_notify - TRUE to forbid notify about unavailable sites every time. Default TRUE
- hours - array with the time intervals (based on 24 hours) when the bot can send messages. Example:
["7-12", "13-15", "16-18"]