OpenNMS configuration module for standard MIB II compatible SNMP agents.
Running OpenNMS *NIX operating system
-
SNMP MIB II compatible agent
-
Network access with SNMP v1, v2c or v3
Download and install from GitHub
mkdir ${HOME}/opennms-config-workspace
cd ${HOME}/opennms-config-workspace
git clone https://github.com/opennms-config-modules/snmp-mib2.git
Install datacollection configuration
cp ${HOME}/opennms-config-workspace/snmp-mib2/datacollection/*.xml ${OPENNMS_HOME}/etc/datacollection
Include in datacollection-config.xml
<include-collection dataCollectionGroup="SNMP-MIB2-Host-Resources"/>
<include-collection dataCollectionGroup="SNMP-MIB2-Network-Interfaces"/>
<include-collection dataCollectionGroup="SNMP-MIB2-Protocols"/>
<include-collection dataCollectionGroup="SNMP-MIB2-UPS"/>