| Version | Timestamp | Updated on OS | Supported on OS |
|---|---|---|---|
2.4 |
2025-06-13 12:20 |
๐ | ๐๐ช |
This dashboard provides real-time monitoring of connected clients, displaying their status based on recent updates. Each client is identified by an ID, name, IP address, last update timestamp, and elapsed time since the last update.
โ Traffic Light System โ Clients are color-coded based on their last update time:
- ๐ข Green (Recently updated)
- ๐ก Yellow (Moderate delay)
- ๐ด Red (Critical delay)
โ Status Tracking โ Displays whether a client's condition has been met.
โ Server Connection Indicator โ Shows if the backend is reachable:
- ๐ข Connected
- ๐ด Disconnected
โ Alarm System โ Plays a sound when a critical condition is detected.
โ Ignore Functionality โ Clients can be marked as ignored, preventing them from affecting alerts and status colors.
โ Global Background Color โ The dashboard background adapts to the most critical client state.
โ Persistent Settings โ Ignored clients are stored in localStorage and synced with the backend on page load.
โ Counters โ Displays statistics such as:
- Total active/inactive clients
- Number of clients in each status category (OK, Warning, Critical)
This system ensures efficient client tracking, immediate status awareness, and a clear visual representation of critical conditions. ๐
-
git clone https://github.com/nelbren/ICMd.git -
cd ICMd -
-
install.bat -
./install.bash
-
-
-
config.bat -
./config.bash
-
-
-
run.bat -
./run.bash
-
