5.6 – SNMP integration

Configuration in gateway.conf:

# Agent address and port
snmp.address.get-set = udp:192.168.1.68/1161
snmp.mib.prop.file = /SparkGateway/snmp/snmp-agent-mib.properties
snmp.table.size.limits.prop.file = /SparkGateway/snmp/snmp-agent-table-size-limits.properties

# Percentage of license usage to trigger alert
snmp.license.usage.warning.percentage = 0.5

The snmp.address.get-set specifies the IP address and port of the SNMP server (SNMP manager).
UDP ports 161 and 162 are the default for SNMP requests and traps.

The snmp.license.usage.warning.percentage defines the license usage threshold at which a trap will be sent to the SNMP manager.

All MIB files are stored in the installDir\snmp directory, including:

You can load these MIB files into the SNMP manager as needed.


Revision #3
Created 5 April 2022 15:18:53 by Julian
Updated 23 October 2025 19:25:43 by Julian