Gateway Monitor
The Gateway Monitor integration can be used to monitor different gateways connected to the IoT Open backend. The integration utilizes different systems to monitor the gateway. The monitored gateways will be represented as devices in an installation specified in the configuration.
Gateways can be monitored using the following systems, resulting in different functions for the device depending on the system used. All checks can be specified using extended cron format (with seconds).
ICMP (ping)
The ICMP connector checks ping response from the server to specified hostname or IP for the gateway. The measurement is done as a round trip time and repeated a configurable amount of times.
Will create three functions, min_rtt
, max_rtt
and avg_rtt
.
Chirpstack (v3)
The Chirpstack connector fetches the last seen timestamp for a specified gateway. The gateway is specified using the GatewayID used in lora networks.
Will create a function of type last_seen
.
SNMP
The SNMP connector checks values using the SNMP protocol. Functions are created based on the gateway type and configured OIDs to get info for.