Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.12 KB

README.adoc

File metadata and controls

53 lines (42 loc) · 1.12 KB

APC

OpenNMS configuration for APC

Installation

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

Events

Install APC events
cp ${HOME}/opennms-config-workspace/apc/events/*.xml ${OPENNMS_HOME}/etc/events
Include in eventconf.xml
<event-file>events/apc.bestpower.events.xml</event-file>
<event-file>events/apc.powernet.events.xml</event-file>
<event-file>events/apc.netbotz.events.xml</event-file>

Data Collection

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

Graph Report Definitions

Install graph report definitions
cd $OPENNMS_HOME/etc/snmp-graph.properties.d
ln -s ../modules-available/apc/graphs/*.properties .