App
Xitoring
Xitoring is a monitoring platform offering Uptime monitoring, Server monitoring, and Status page in one-app
What your agent can do with Xitoring
Triggers and actions 16 actions
- ActionAdd check
Create a new uptime/website/server check. POST /api/v2/check
- ActionAdd group
Store a new check/server group. POST /api/v2/groups
- ActionAdd heartbeat
Create a new heartbeat check. POST /api/v2/heartbeat/add
- ActionAdd maintenance schedule
Create a new maintenance window. POST /api/v2/maintenance-schedules/add
- ActionAdd ticket
Create a new support ticket. POST /api/v2/tickets
- ActionDelete check
Delete a check. DELETE /api/v2/checks/{id}
- ActionDelete server
Remove a server from monitoring. DELETE /api/v2/servers/{id}
- ActionGet check
Retrieve a single check by id. GET /api/v2/check/{id}
- ActionGet incident
Get a single incident's data. GET /api/v2/incidents/{id}
- ActionGet server
Retrieve a single server by id. GET /api/v2/servers/{id}
- ActionList checks
List all checks. GET /api/v2/check/
- ActionList groups
List all groups. GET /api/v2/groups
- ActionList maintenance schedules
List maintenance schedules. GET /api/v2/maintenance-schedules
- ActionList servers
List all monitored servers. GET /api/v2/servers
- ActionResolve incident
Resolve an open incident. POST /api/v2/incidents/{id}/resolve
- ActionUpdate check
Update an existing check. PUT /api/v2/check/{id}
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Xitoring API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.