Host Info
get_host_infoRetrieve detailed status of a host and its services, including monitored state and check results. Matches hostname as substring, so may return multiple hosts.
Instructions
Detailed status of a host plus the services running on it.
hostname matches as a substring, so several hosts can come back; each entry carries
its own services. Use list_services_by_state instead when you want failing services
across the whole estate rather than one host's full inventory.
A host present in the configuration but not yet known to the monitoring engine is
returned with monitored: false and no check results. This differs from the host not
existing, which raises instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |
|---|---|---|---|
No arguments | |||