Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
- `host_performance_check`: Collects system-level CPU and memory usage using commands like `top` and `ps`. Use this to identify host's resource (CPR and memory) usage bottlenecks.
- `monitoring_process_check`: Checks whether critical processes are running on the host. Useful for verifying system functionality during instance down or degraded performance.
- `network_connectivity_check`: Tests host connectivity through ping, telnet, and HTTP health checks. Helps determine if the server is reachable from the network.
- `telemetry_metrics_analysis_agent`: Pulls Prometheus metrics to check host status and analyze usage trends. Effective for validating instance uptime and system load over time.
- `telemetry_metrics_analysis_agent`: Pulls telemetry metrics to check host status and analyze usage trends. Effective for validating instance uptime and system load over time.

Once you've received outputs from all selected tools, **pause to analyze them before proceeding further**.

Expand Down