Process

Microsoft.JEE.WebSphere.7.0.Unix.AvailabilityHealth.ProfileAvailabilityMonitor (UnitMonitor)

The availability monitor for a process of a WebSphere 7.0 application server profile on Unix/Linux.

Knowledge Base article:

Summary

The availability monitor tracks the availability of the process associated with the WebSphere application server profile.

Causes

An unhealthy state indicates that a monitored profile for WebSphere application server is not running.

Resolutions

Start the WebSphere application server profile.

Element properties:

TargetMicrosoft.JEE.WebSphere.7.0.Unix.Profile
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Unix.WSMan.Status.Filtered.MonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.JEE.WebSphere.7.0.Unix.AvailabilityHealth.ProfileAvailabilityMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.JEE.WebSphere.7.0.Unix.Profile" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Unix!Microsoft.Unix.WSMan.Status.Filtered.MonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<OperationalStates>
<OperationalState ID="Microsoft.JEE.WebSphere.7.0.Unix.AvailabilityHealth.ProfileAvailabilityMonitor.ProcessNotRunning" MonitorTypeStateID="StatusFailed" HealthState="Error"/>
<OperationalState ID="Microsoft.JEE.WebSphere.7.0.Unix.AvailabilityHealth.ProfileAvailabilityMonitor.ProcessRunning" MonitorTypeStateID="StatusOK" HealthState="Success"/>
</OperationalStates>
<Configuration>
<TargetSystem>$Target/Property[Type="JEE!Microsoft.JEE.ApplicationServer.Instance"]/HostName$</TargetSystem>
<Uri>http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_Application_Server?__cimnamespace=root/scx</Uri>
<Filter/>
<SplitItems>true</SplitItems>
<Interval>900</Interval>
<InstanceName>$Target/Property[Type="JEE!Microsoft.JEE.ApplicationServer.Instance"]/Id$</InstanceName>
<InstanceProperty>/DataItem/WsManData/*[local-name(.)='SCX_Application_Server']/*[local-name(.)='Name']</InstanceProperty>
<Status>/DataItem/WsManData/*[local-name(.)='SCX_Application_Server']/*[local-name(.)='IsRunning']</Status>
<ExpectedStatus>true</ExpectedStatus>
</Configuration>
</UnitMonitor>