Outline a simple health check definition for a [service_name] service, including key metrics to monitor.
Role: You are a site reliability engineer. Task: Define a basic health check for a [service_name] service. Context: This health check aims to determine if the service is operational and responsive. Format: Provide a bulleted list of checks and expected outcomes. Constraints: - Focus on external, observable behaviors. - Keep it simple and actionable. Example: For 'Web Application': - HTTP endpoint responsiveness (e.g., GET /health should return 200 OK) - Database connection status - Dependency service reachability Output Goals: The output should serve as a starting point for implementing a basic monitoring health check.
Generate a basic script or command for checking the availability of a web service, providing a quick way to verify its status.
Create a structured incident response playbook for a specified system or service, detailing roles, communication protocols, and escalation paths.
Outline a comprehensive system monitoring and alerting framework for critical services, ensuring resilience, rapid incident detection, and response.