To ensure all 18+ telemetry graphs (Latency, Jitter, Packet Loss, etc.) show accurate real-time data, please ensure your network equipment and firewalls are configured with the following parameters:
ZCOM Network Services supports three high-fidelity methods to populate your 18 telemetry graphs. IP/Port monitoring and SNMP can be combined in a single slot for full-stack oversight.
The most common method. Provide your target IP and open the corresponding port (e.g., 80 for HTTP, 443 for HTTPS, 53 for DNS). ZCOM will perform sub-second probes to generate Latency, Jitter, and Packet Loss graphs.
Standard for servers and routers. Open UDP Port 161 and provide your Community String. ZCOM will pull real-time data for CPU Load, Temperature, Humidity, and Uptime.
Ideal for devices behind strict firewalls. Run our lightweight script to push metrics directly to your Order ID page via our secure API.
import requests, psutil, time
while True:
m = {"cpu_usage": psutil.cpu_percent(), "uptime": round(time.time() - psutil.boot_time())/3600}
requests.post("https://zcomnetworkservices.com/api/agent/push",
json={"order_id": "YOUR_ORDER_ID", "slot_index": 0, "metrics": m})
time.sleep(60)
ZCOM Network Services provides sub-second visual indicators for every monitored port and SNMP interface. This ensures total visibility into your service availability.
Use the integrated SCAN button within the SNMP Configuration panel to automatically detect and map network interfaces. This ensures 100% accurate mapping for high-fidelity throughput graphing.
| SERVICE | PORT | PROTOCOL | DASHBOARD METRIC |
|---|---|---|---|
| ICMP (ECHO) | N/A | ICMP | Latency, Jitter, Loss |
| SNMP | 161 | UDP | Battery, Fan, Temp, CPU |
| WEB (HTTP) | 80 | TCP | Heartbeat, Response Time |
| WEB (HTTPS) | 443 | TCP | Heartbeat, SSL Verify |
| DNS | 53 | TCP+UDP | DNS Speed, Query Auth |
| SSH | 22 | TCP | Link Integrity |
| SMTP | 25 | TCP | Mail Relay Health |
| RDP / VPN | 3389 / 1194 | TCP / UDP | Remote Access Uplink |
The ZCOM Dashboard utilizes simultaneous data streams to populate all 18+ graphs:
Our engineers are on standby to assist with failover triggers and endpoint configuration.