/juniper

GNU Affero General Public License v3.0AGPL-3.0

Juniper

OpenNMS configuration for Juniper devices.

Installation

Download and install from GitHub
mkdir ${HOME}/opennms-config-workspace
cd ${HOME}/opennms-config-workspace
git clone https://github.com/opennms-config-modules/juniper.git

Events

Install events
cp ${HOME}/opennms-config-workspace/juniper/events/*.xml ${OPENNMS_HOME}/etc/events
Include in eventconf.xml
<event-file>events/juniper.events.xml</event-file>
<event-file>events/juniper.ive.events.xml</event-file>
<event-file>events/juniper.mcast.events.xml</event-file>
<event-file>events/juniper.netscreen.events.xml</event-file>
<event-file>events/juniper.screen.events.xml</event-file>
<event-file>events/junos.events.xml</event-file>
<event-file>events/junos.v1.events.xml</event-file>

Data Collection

Install datacollection configuration
cp ${HOME}/opennms-config-workspace/juniper/datacollection/*.xml ${OPENNMS_HOME}/etc/datacollection
Include in datacollection-config.xml
<include-collection dataCollectionGroup="Juniper"/>

Graph Report Definitions

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