Generate a basic script or command for checking the availability of a web service, providing a quick way to verify its status.
Task: Generate a basic command or script to perform a health check on a web service. Context: The web service is accessible via [URL or IP address] and listens on port [port number, e.g., 80 or 443]. Format: Provide a single command-line instruction or a very short script snippet. Example: curl -I http://example.com/health
Outline a comprehensive system monitoring and alerting framework for critical services, ensuring resilience, rapid incident detection, and response.
Outline a straightforward health check definition for a given API endpoint.
Create a simple alert configuration for high CPU utilization on a server or service.