From domotz
Generates health overview for a Domotz site by agent ID, including agent status, device counts, active alerts, sensor health, overall score, and action recommendations.
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin domotz# Site Overview Generate a comprehensive health overview for a Domotz-monitored site including agent status, device counts, active alerts, and sensor health. ## Prerequisites - Domotz MCP server connected with valid API credentials - MCP tools `domotz_get_agent`, `domotz_list_devices`, `domotz_list_alerts`, and `domotz_list_eyes` available ## Steps 1. **Get agent details** Call `domotz_get_agent` with the `agent_id` to get site name, status, license info, and last seen time. 2. **Get device summary** Call `domotz_list_devices` for the agent. Paginate through all results. Aggre...
/site-overviewGenerates overview of a RunZero site including assets, services, explorer health, scan history, and security posture. Requires site_id.
Generate a comprehensive health overview for a Domotz-monitored site including agent status, device counts, active alerts, and sensor health.
domotz_get_agent, domotz_list_devices, domotz_list_alerts, and domotz_list_eyes availableGet agent details
Call domotz_get_agent with the agent_id to get site name, status, license info, and last seen time.
Get device summary
Call domotz_list_devices for the agent. Paginate through all results. Aggregate:
Get active alerts
Call domotz_list_alerts for the agent. Count and categorize by severity and type.
Get sensor status
Call domotz_list_eyes for the agent. Summarize:
Build health report
Present a structured overview:
Recommend actions
Flag any issues needing attention: offline devices, active critical alerts, DOWN sensors, or license capacity concerns.
| Parameter | Type | Required | Description |
|---|---|---|---|
| agent_id | integer | Yes | The agent/site to review |
/site-overview --agent_id "12345"
/device-inventory - Detailed device list for the site/alert-status - Detailed alert breakdown/network-scan - Trigger a fresh network scan/device-lookup - Find a specific device at the site