Hitachi Storage Connector Service Memory Usage Monitor

Hitachi.Storage.Service.Monitoring.HSCS.PrivateBytesUsage.Monitor (UnitMonitor)

Monitors the memory usage of the Hitachi Storage Connector Service.

Element properties:

TargetHitachi.Storage.Service.Monitoring.HSCS.3.12
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.NTService.ConsecutiveSamplesThreshold.ErrorOnTooHigh
RemotableTrue
AccessibilityPublic
Alert Message
Memory usage threshold exceeded
The '{0}' service has exceeded the memory usage threshold with a value of {1}.
RunAsDefault

Source Code:

<UnitMonitor ID="Hitachi.Storage.Service.Monitoring.HSCS.PrivateBytesUsage.Monitor" Accessibility="Public" Enabled="false" Target="Hitachi.Storage.Service.Monitoring.HSCS.3.12" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="MicrosoftSystemCenterNTServiceLibrary!Microsoft.SystemCenter.NTService.ConsecutiveSamplesThreshold.ErrorOnTooHigh" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Hitachi.Storage.Service.Monitoring.HSCS.PrivateBytesUsage.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="MicrosoftSystemCenterNTServiceLibrary!Microsoft.SystemCenter.NTService"]/DisplayName$</AlertParameter1>
<AlertParameter2>$Data/Context/SampleValue$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OK" MonitorTypeStateID="SampleCountNormal" HealthState="Success"/>
<OperationalState ID="Error" MonitorTypeStateID="SampleCountTooHigh" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ServiceName>$Target/Property[Type="MicrosoftSystemCenterNTServiceLibrary!Microsoft.SystemCenter.NTService"]/ServiceName$</ServiceName>
<ObjectName>Process</ObjectName>
<CounterName>Private Bytes</CounterName>
<InstanceProperty>Name</InstanceProperty>
<ValueProperty>PrivateBytes</ValueProperty>
<Frequency>300</Frequency>
<Threshold>15000000</Threshold>
<NumSamples>2</NumSamples>
</Configuration>
</UnitMonitor>