Real-time console
WebSocket to the app pool. List of connected/disconnected vehicles, live GPRS traffic.
Server-pool monitoring console: live vehicles, GPRS traffic, server health.
4 IRequest controllers, chacun exposant une fonctionnalité atomique côté serveur.
WebSocket to the app pool. List of connected/disconnected vehicles, live GPRS traffic.
Text-command terminal to remote trackers. Vendor-specific GPRS format.
LED indicators on app0/app1/iot0/iot1. Failure detection via 60s heartbeat.
CPU/RAM charts per Tomcat instance. Saturation detection before customer impact.
The Monitoring plugin exposes its functions through the /Helper. servlet. Each controller is called over HTTP using the pattern:
/Helper?package=socketclient&plug=<Controller>&task=<action>
Responses follow the ExtJS-compatible JSON format:
{
"success": true,
"total": 42,
"rows": [...]
}
| Java package | com.malambi.fleetman.plug.socketclient |
| Controllers | 4 |
| URL pattern | /Helper?package=socketclient |
| Multi-tenant | yes (userid scope) |
| Audit logs | enabled |
| FleetMan version | 7.0.1+ |
The plugin ships standard with FleetMan. Activation is instant — contact your account manager or start a free trial.