Help us improve
Share bugs, ideas, or general feedback.
From domotz
Manages Domotz alerts: lists active alerts and profiles, retrieves details, configures triggers, and handles notifications for devices and networks.
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin domotzHow this skill is triggered — by the user, by Claude, or both
Slash command
/domotz:alertsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Domotz provides a comprehensive alerting system that monitors device status, network conditions, and sensor results. Alerts are generated when monitored conditions meet configured thresholds and can be routed to various notification channels including email, webhooks, and PSA integrations.
Guides Domotz MCP tools for network monitoring agents, devices, alerts, scans, SNMP, ports, speed tests: API key auth, regions, structure, pagination, rate limits, error handling.
Manages NinjaOne alerts: view active device conditions via API, dismiss alerts, interpret severity/priority levels for hardware, service, security issues.
Manages Atera alerts by viewing, acknowledging, resolving, and converting to tickets from monitored devices. Covers types, severity levels, sources for MSP monitoring.
Share bugs, ideas, or general feedback.
Domotz provides a comprehensive alerting system that monitors device status, network conditions, and sensor results. Alerts are generated when monitored conditions meet configured thresholds and can be routed to various notification channels including email, webhooks, and PSA integrations.
Alert profiles define the conditions and notification channels for alerts. Each profile specifies:
domotz_list_alerts
Parameters:
agent_id -- Filter alerts by agent (optional)page -- Page numberpage_size -- Results per pageExample response:
[
{
"id": 5678,
"agent_id": 12345,
"device_id": 789,
"type": "device_status",
"severity": "critical",
"message": "Device 'Core Switch' went OFFLINE",
"created_at": "2026-03-27T14:00:00Z",
"status": "active"
}
]
domotz_get_alert
Parameters:
alert_id -- The specific alert IDdomotz_list_alert_profiles
Parameters:
agent_id -- Filter profiles by agent (optional)domotz_list_agents to get all agentsdomotz_list_alertsdomotz_list_alert_profilesCause: No conditions currently triggered (this is good) Solution: Verify alert profiles are configured; check that agents are online
Cause: Invalid profile ID or profile has been deleted Solution: List current profiles to verify available IDs
Cause: Noisy monitoring or cascading failure Solution: Check for agent-level issues; review alert profile thresholds