Adding support for Data Domain devices to OpManager...

Adding support for Data Domain devices to OpManager...

I am trying to add support for Data Domain de-duplicating storage devices to OpManager 7.2. First I'm trying to solve the problem with have monitors that are multivalued. I have tried adding the following to Polling.conf and restarting the service but I don't seem to get the additional polling monitors when I add a matching device.

<POLLING_OBJECT name="DataDomainReplication" status="true">
<MATCH_CRITERIA>
<MO_PROPERTIES>
<STRING_TYPE condition="startsWith" property="sysOID" value=".1.3.6.1.4.1.19746"/>
</MO_PROPERTIES>
</MATCH_CRITERIA>
<DATA_COLLECTION pollingPeriod="300" snmpVersion="v2c" prefix=".1.3.6.1.4.1.19746">
<DATA_TO_POLL type="multiple" dataIdentifier=".1.8.1.1.1.1." name="ReplContext" StoreData="true"/>
<DATA_TO_POLL type="multiple" dataIdentifier=".1.8.1.1.1.2." name="ReplState" StoreData="true"/>
<DATA_TO_POLL type="multiple" dataIdentifier=".1.8.1.1.1.3." name="ReplStatus" StoreData="true"/>
<DATA_TO_POLL type="multiple" dataIdentifier=".1.8.1.1.1.4." name="ReplFileSysStatus" StoreData="true"/>
<DATA_TO_POLL type="multiple" dataIdentifier=".1.8.1.1.1.5." name="ReplConnTime" StoreData="true"/>
<DATA_TO_POLL type="multiple" dataIdentifier=".1.8.1.1.1.6." name="ReplSource" StoreData="true"/>
<DATA_TO_POLL type="multiple" dataIdentifier=".1.8.1.1.1.7." name="ReplDestination" StoreData="true"/>
<DATA_TO_POLL type="multiple" dataIdentifier=".1.8.1.1.1.8." name="ReplLag" StoreData="true"/>
<DATA_TO_POLL type="multiple" dataIdentifier=".1.8.1.1.1.9." name="ReplPreCompBytesSent" StoreData="true"/>
<DATA_TO_POLL type="multiple" dataIdentifier=".1.8.1.1.1.10." name="ReplPostCompBytesSent" StoreData="true"/>
<DATA_TO_POLL type="multiple" dataIdentifier=".1.8.1.1.1.11." name="ReplPreCompBytesRemaining" StoreData="true"/>
<DATA_TO_POLL type="multiple" dataIdentifier=".1.8.1.1.1.12." name="ReplPostCompBytesReceived" StoreData="true"/>
<DATA_TO_POLL type="multiple" dataIdentifier=".1.8.1.1.1.13." name="ReplThrottle" StoreData="true"/>
<DATA_TO_POLL type="multiple" dataIdentifier=".1.8.1.1.1.14." name="ReplSyncedAsOfTime" StoreData="true"/>
</DATA_COLLECTION>
</POLLING_OBJECT>























                  New to ADSelfService Plus?