Host Check History
list_host_checksRetrieve individual check executions for a host, newest first, showing output, latency, and execution time per run. Ideal for diagnosing performance or intermittent issues by examining every check result.
Instructions
Individual check executions for a host, newest first: output, latency and execution time per run.
Returns one row per check execution. list_host_state_changes covers only the points where the state changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | How many hours back to look. | |
| limit | No | Maximum rows to return. Defaults to 50, maximum 500. | |
| hostname | Yes | Exact host name. Required - there is no estate-wide form of this tool. Get a name from list_services_by_state, list_log_entries or get_container_tree first. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | No | How to narrow the query when truncated. | |
| count | Yes | Number of rows in `items`. | |
| items | Yes | The rows, at most `limit` of them. | |
| truncated | Yes | True if openITCOCKPIT held more rows than were returned. |