Hello
I have a problem I'm trying to solve for few days, hope someone can help
I need to set a rule to collect performance data from netapp
I try the below, and change it million time, but didn't got the right syntax
most of the time I see in eventlog event #11052 with type mismatch error
anyone know the right syntax?
see below the xml. the value I changed mostly was the value return
thx
<Rule ID="DataONTAP.FabAuto.Custom.NumOfCifs.Collection.Rule" Enabled="false" Target="DataONTAP!DataONTAP.Controller" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.SnmpPerformanceProvider">
<Interval>300</Interval>
<IsWriteAction>false</IsWriteAction>
<IP>$Target/Property[Type="DataONTAP!DataONTAP.Controller"]/ipAddress$</IP>
<CommunityString>$Target/Property[Type="DataONTAP!DataONTAP.Controller"]/snmpCommunity$</CommunityString>
<Version />
<SnmpVarBinds>
<SnmpVarBind>
<OID>1.3.6.1.4.1.789.1.7.2.12</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
</SnmpVarBinds>
<ObjectName>DataONTAP.Conroller</ObjectName>
<CounterName>cifsNSessions</CounterName>
<InstanceName>$Target/Property[Type="DataONTAP!DataONTAP.Controller"]/partnerName$</InstanceName>
<Value>$Data/SnmpVarBinds/SnmpVarBind[1]/Value$</Value>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="MicrosoftSystemCenterDataWarehouseLibrary!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData" />
</WriteActions>
</Rule>


