This document describes a website health checker system that monitors websites and sends alert messages if issues are detected. It discusses the need for website monitoring to ensure high performance and availability. The proposed system uses a cron job to continuously send ICMP requests to monitored websites and triggers alerts via email or SMS if response times exceed thresholds. It is implemented using the Flask web framework with a user interface to add domains and view monitoring results. The system aims to rapidly detect and correct problems before users are impacted through real-time alerts.