Fixed
Details
Assignee
UnassignedUnassignedReporter
Mark MahacekMark MahacekLabels
Components
Fix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Mark Mahacek
Mark MahacekLabels
Components
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created March 27, 2018 at 5:42 PM
Updated May 15, 2018 at 1:54 PM
Resolved May 15, 2018 at 1:54 PM
The $OPENNMS_HOME/etc/datacollection/cisco.xml file references an OID for Cisco Call Manager that is based on older hardware. The existing OID is .1.3.6.1.4.1.9.1.583 and newer versions are OID .1.3.6.1.4.1.9.1.1348.
Proposed code to add to cisco.xml to enable collection on either OID:
<systemDef name="Cisco Virtual CallManager"> <sysoid>.1.3.6.1.4.1.9.1.1348</sysoid> <collect> <includeGroup>cisco-ccm</includeGroup> </collect> </systemDef>