SnapMgrExchBackupJobServiceAccountStatusMonitor

Bostwick.SnapManager.SnapMgrExchBackupJobServiceAccountStatusMonitor (UnitMonitor)

This monitors the service account used for each task and checks it for account lockout status on the same domain as the system it resides on.

Element properties:

TargetBostwick.SnapManager.SnapMgrExchBackupJob
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeSnapMgrExchBackupJobServiceAccountStatusMonitor
RemotableTrue
AccessibilityPublic
Alert Message
Snap Manager for Exchange Service Account Lockout
The account {0} has been locked out. Backup will fails until this is corrected.
RunAsDefault

Source Code:

<UnitMonitor ID="Bostwick.SnapManager.SnapMgrExchBackupJobServiceAccountStatusMonitor" Accessibility="Public" Enabled="true" Target="Bostwick.SnapManager.SnapMgrExchBackupJob" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="High" TypeID="SnapMgrExchBackupJobServiceAccountStatusMonitor" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Bostwick.SnapManager.SnapMgrExchBackupJobServiceAccountStatusMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type='Bostwick.SnapManager.SnapMgrExchBackupJob']/ServiceAccount$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Red" MonitorTypeStateID="Red" HealthState="Error"/>
<OperationalState ID="Green" MonitorTypeStateID="Green" HealthState="Success"/>
</OperationalStates>
<Configuration>
<Name>$Target/Property[Type='Bostwick.SnapManager.SnapMgrExchBackupJob']/Name$</Name>
</Configuration>
</UnitMonitor>