System Cron Job
*/3 * * * * GET https://www.123linux.com/monitor/crons/cron.php >/dev/null 2>&1
or
*/3 * * * * php -q /home/linux123/public_html/monitor/crons/cron.php >/dev/null 2>&1
This cron job will check websites and checks, process alerts and send notifications if needed, every 3 minutes.