Data ONTAP: Controller Total Operations Per Second Monitor

DataONTAP.Controller.TotalOperations.Monitor (UnitMonitor)

DataONTAP.Controller.TotalOperations.Monitor monitors the OnCommand event logs for events generated by the Data ONTAP: Controller Total Operations Performance Rule and generates corresponding Operations Management alerts.

Knowledge Base article:

Summary

DataONTAP.Controller.TotalOperations.Monitor monitors the OnCommand event logs for events generated by the Data ONTAP: Controller Total Operations Performance Rule and generates corresponding Operations Management alerts.

Configuration

Several Overrides exist for this monitor including Lower and Upper Threshold values. Alerts are generated when the values exceed the threshold values. The default values for the thresholds are 0.

Element properties:

TargetDataONTAP.Controller
Parent MonitorSystem.Health.PerformanceState
CategoryCustom
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeDataONTAP.Performance.Controller.NonSDK.DoubleThreshold.MT
RemotableTrue
AccessibilityPublic
Alert Message
Data ONTAP: Controller Total Operations Per Second Monitor
Total operations for controller {0} is {1} (operations/sec).
RunAsDefault

Source Code:

<UnitMonitor ID="DataONTAP.Controller.TotalOperations.Monitor" Accessibility="Public" Enabled="false" Target="DataONTAP.Controller" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="DataONTAP.Performance.Controller.NonSDK.DoubleThreshold.MT" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="DataONTAP.Controller.TotalOperations.Monitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="DataONTAP.Controller"]/name$</AlertParameter1>
<AlertParameter2>$Data/Context/Value$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId7fea414437344f189929f8426e5e7e41" MonitorTypeStateID="BelowLowerThreshold" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId0af0556f24684eaabbda62f28e838432" MonitorTypeStateID="BetweenThresholds" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId30a8499cfdda417b82de6cb5a5279436" MonitorTypeStateID="AboveUpperThreshold" HealthState="Error"/>
</OperationalStates>
<Configuration>
<CounterName>Total (operations/sec)</CounterName>
<InstanceName>$Target/Property[Type="DataONTAP.Controller"]/name$</InstanceName>
<LowerThreshold>500</LowerThreshold>
<UpperThreshold>1000</UpperThreshold>
</Configuration>
</UnitMonitor>