| Monitor | Target URL | Down Since | Ongoing Duration | Error Cause |
|---|
| Status | Name | Group | Method & URL | Interval | Expected HTTP | Latency (ms) | Uptime % | Last Check | Actions |
|---|
| Status | Name | Group | Method & URL | Interval | Expected HTTP | Latency (ms) | Uptime % | Last Check | Actions |
|---|
| ID | Group Name | Description | Monitors Assigned | Users Assigned | Created At | Actions |
|---|
| Monitor | Started At | Ended At | Total Duration | Status | Error Reason |
|---|
Transfer all users, groups, assigned monitors, active/historical downtime records, and notifications from local SQLite storage into your MySQL database (telemati_web_monitor_db).
Verify that your Plesk SMTP server is working correctly by sending an instant test email.
| Name | Target URL | Events | Action |
|---|
| ID | Name | Role | Account Status | Actions |
|---|
Comprehensive RESTful API documentation for integrating native iOS, Android, and Flutter mobile applications. All endpoints require standard Authorization: Bearer <JWT_TOKEN> header except login.
1. Authentication & Profile APIs
/api/v1/auth/login
User authentication to obtain JWT Bearer Token.
/api/v1/auth/me
Fetch active user profile & current role permissions.
/api/v1/auth/change-password
Change current logged-in user password.
2. Mobile Dashboard Overview API
/api/v1/dashboard/metrics
Fetches user-scoped global metrics (Total Monitors, Up/Down Count, Avg Latency, 24h Uptime %, Active Incidents).
3. Monitors Management APIs
/api/v1/monitors
List all monitors accessible to user with live latency and 7-day uptime %.
/api/v1/monitors
Create a new monitor assigned to a group.
/api/v1/monitors/{id}/check-now
Trigger an immediate manual ping check for a monitor.
4. Monitor Groups APIs
/api/v1/groups
List monitor groups accessible to the logged in user.
5. Time-Series Analytics & Outages APIs
/api/v1/monitors/{id}/analytics?period=hourly|daily|weekly
Time-series aggregated latency and uptime data points for mobile line charts.
/api/v1/downtimes/active
Fetch active downtime incidents & outages for push notifications.