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.
Learn about essential monitoring metrics for infrastructure, such as CPU usage, memory, disk I/O, and network throughput.