EXBPA Run Local Monitor

EXBPA_Run_Local.Monitor (UnitMonitor)

Knowledge Base article:

Summary

Exchange BPA local monitor: This monitor checks if the any problems are return by the Exchange Best Practices run on the local system.

Configuration

IntervalSeconds: Default 864000 sec (=1 day).

SyncTime - Allows to define a fixed time to run: Default 00:00 (midnight).

Element properties:

TargetMicrosoft.Exchange.ApplicationComponent.ExBPA
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeEXBPA_Run_Local.Monitortype
RemotableTrue
AccessibilityPublic
Alert Message

Exchange EXBPA execution failed
RunAsDefault

Source Code:

<UnitMonitor ID="EXBPA_Run_Local.Monitor" Accessibility="Public" Enabled="onStandardMonitoring" Target="Exch2003Core!Microsoft.Exchange.ApplicationComponent.ExBPA" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="EXBPA_Run_Local.Monitortype" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="EXBPA_Run_Local.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OK" MonitorTypeStateID="OK" HealthState="Success"/>
<OperationalState ID="NotOK" MonitorTypeStateID="NotOK" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>86400</IntervalSeconds>
<SyncTime>00:00</SyncTime>
<TargetNetbiosComputer>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</TargetNetbiosComputer>
<TimeoutSeconds>900</TimeoutSeconds>
</Configuration>
</UnitMonitor>