Home / FleetMan / Monitoring
FleetMan plugin

Monitoring

Server-pool monitoring console: live vehicles, GPRS traffic, server health.

4 IRequest controllers Java / J2EE /Helper?package=socketclient
Modules & features

What the Monitoring plugin does

4 IRequest controllers, chacun exposant une fonctionnalité atomique côté serveur.

SocketClient

Real-time console

WebSocket to the app pool. List of connected/disconnected vehicles, live GPRS traffic.

(Console)

Admin console

Text-command terminal to remote trackers. Vendor-specific GPRS format.

(ProcessView)

Server status

LED indicators on app0/app1/iot0/iot1. Failure detection via 60s heartbeat.

(MemoryMap)

Server resources

CPU/RAM charts per Tomcat instance. Saturation detection before customer impact.

Architecture

How it integrates

/h2>

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": [...]
}
Technical details
Java packagecom.malambi.fleetman.plug.socketclient
Controllers4
URL pattern/Helper?package=socketclient
Multi-tenantyes (userid scope)
Audit logsenabled
FleetMan version7.0.1+

Enable Monitoring on your FleetMan instance

The plugin ships standard with FleetMan. Activation is instant — contact your account manager or start a free trial.