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.
Create a simple alert configuration for high CPU utilization on a server or service.
Create a structured incident response playbook for a specified system or service, detailing roles, communication protocols, and escalation paths.