Skip to content

Commit

Permalink
initial readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuhrmann authored Aug 7, 2018
1 parent 31b9be1 commit 87e41a4
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
= Intergrated Dell Remote Access Controller 9

OpenNMS configuration files for iDRAC 9.

== Installation

.Download and install from GitHub
[source, bash]
----
mkdir ${HOME}/opennms-config-workspace
cd ${HOME}/opennms-config-workspace
git clone https://github.com/opennms-config-modules/dell-idrac9.git
----

=== Data Collection

.Install datacollection configuration
[source, bash]
----
cp ${HOME}/opennms-config-workspace/dell-idrac9/datacollection/*.xml ${OPENNMS_HOME}/etc/datacollection
----

.Include in datacollection-config.xml
[source, xml]
----
<include-collection dataCollectionGroup="Dell-iDRAC9"/>
----

=== Graph Report Definitions

.Install graph report definitions
[source, bash]
----
cp ${HOME}/opennms-config-workspace/dell-idrac9/graphs/*.properties ${OPENNMS_HOME}/etc/snmp-graph.properties.d
----

=== Monitors ===

`${home}/monitors/poller-configuration.xml` contains example monitors.

0 comments on commit 87e41a4

Please sign in to comment.