Skip to content

opennms-config-modules/snmp-mib2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNMP MIB II

OpenNMS configuration module for standard MIB II compatible SNMP agents.

Requirements

Running OpenNMS *NIX operating system

  • SNMP MIB II compatible agent

  • Network access with SNMP v1, v2c or v3

Installation

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

Data Collection

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"/>

Graph Report Definitions

Install graph report definitions
cp ${HOME}/opennms-config-workspace/snmp-mib2/graphs/*.properties ${OPENNMS_HOME}/etc/snmp-graph.properties.d

About

OpenNMS monitoring module for SNMP-MIB II compatible devices

Resources

License

Stars

Watchers

Forks

Packages

No packages published