Community Pack Updates Monitor

Community.ManagementPackCatalog.PackStatusMonitor (UnitMonitor)

Performs a daily, or on-demand check to see if the currently installed Community Management Packs are up to date.

Element properties:

TargetMicrosoft.SystemCenter.RootManagementServer
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityInformation
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeCommunity.ManagementPackCatalog.CheckPackStatusMonitorType
RemotableTrue
AccessibilityInternal
Alert Message
Updated Community Management Packs Available
Updates are available to one or more Community Management Packs that you have installed.
Management Pack Status:
{0}

After applying updates you can re-check the management packs from the Administration pane.
RunAsDefault

Source Code:

<UnitMonitor ID="Community.ManagementPackCatalog.PackStatusMonitor" Accessibility="Internal" Enabled="true" Target="SC!Microsoft.SystemCenter.RootManagementServer" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Community.ManagementPackCatalog.CheckPackStatusMonitorType" ConfirmDelivery="false">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Community.ManagementPackCatalog.PackStatusMonitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Information</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/DataItem/Property[@Name='PackStatus']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UpToDate" MonitorTypeStateID="UpToDate" HealthState="Success"/>
<OperationalState ID="Outdated" MonitorTypeStateID="Outdated" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>86400</IntervalSeconds>
<SyncTime>09:00</SyncTime>
</Configuration>
</UnitMonitor>