Skip to main content

Device Monitor

Device Monitor is the registry and health system for everything on your network that isn't an edge node: switches, firewalls, PLCs, HMIs, protocol gateways, and sensors. It registers them, polls them, and tells you when one stops answering.

Edge nodes are handled by Ops. Device Monitor covers the equipment around them.

The health panel

Devices live inside your site hierarchy, so you reach them by selecting a site and then a building. Four counters summarize what you find:

CounterMeaning
HealthyResponding to health checks normally
WarningResponding, but with elevated error rates or latency
CriticalUnreachable, or reporting a fault
UnknownRegistered but never successfully polled

Unknown is worth treating differently from Critical. Critical means something that was working has stopped. Unknown almost always means the device was registered with the wrong address or the wrong SNMP credentials and has never worked at all.

Registering devices

You can register devices one at a time or by bulk import. Each one needs an address, a type, and, if you want more than reachability, SNMP credentials.

TypeTypical use
SwitchManaged Ethernet switches
FirewallNetwork security appliances
PLCProgrammable logic controllers
HMIHuman-machine interfaces
GatewayProtocol converters
SensorEnvironmental sensors
CustomAny other IP-connected device

The type drives which panels you get. Registering a switch as Custom still monitors it, but you lose the port grid.

What polling gives you

With reachability only, you get up or down. With SNMP configured, you also get:

  • Port grid, a visual map of switch port status and utilization
  • Interface status, per-port link state, speed, errors, and traffic counters
  • Sparklines, recent trend for each metric alongside its current value

Health checks run on a periodic schedule, and you can also trigger one on demand when you want an answer now rather than at the next interval.

Industrial protocol metrics

Beyond SNMP, Device Monitor can collect from equipment over the protocol it already speaks. Sixteen are supported:

ProtocolTransportTypical equipment
OPC UATCP 4840PLCs, SCADA, industrial gateways
Modbus TCPTCP 502Drives, meters, sensors
BACnet/IPUDP 47808Building automation, HVAC
EtherNet/IPTCP 44818Allen-Bradley and Rockwell controllers
PROFINETEthernetSiemens PLCs, distributed I/O
DNP3TCP 20000Power grid, water systems
MQTTTCP 1883 / 8883IoT sensors, edge gateways
S7commTCP 102Siemens S7 PLCs
FINSTCP/UDP 9600Omron PLCs
MC ProtocolTCP 5000Mitsubishi PLCs
ADSTCP 48898Beckhoff TwinCAT
CIPTCP 44818Common Industrial Protocol devices
HART-IPTCP 5094HART field devices
IEC 61850TCP 102Power substations
IEC 60870-5-104TCP 2404Telecontrol and power SCADA
KNX/IPUDP 3671Building automation

Alerting

Device health transitions raise alerts through the normal pipeline, so a device going Critical reaches you the same way a node going offline does. See Alerts & Notifications.

Roles

RoleWhat they can do
Global CommandFull management across tenants: register, edit, delete, configure SNMP and credentials
AdminView health and metrics for their tenant, run on-demand checks
EngineerView health and metrics, read-only
OperatorView device cards for their sites

Next steps