Kontrola instalace běhového prostředí sjednoceného komunikačního běhové prostředí rozhraní API

Microsoft.SystemCenter.Notifications.UcmaInstallTest.CheckMonitor (UnitMonitor)

Sledování provádějící kontrolu instalace běhového prostředí UCMA

Knowledge Base article:

Souhrn

Tento monitor testuje, zda je nainstalovaný Unified Communication Managed Api 3.0 Runtime nebo ne.

Tento monitor není smazaný.

Příčiny

Tento monitor je povolen, je-li vytvořen koncový bod IM.

Řešení

Nainstalujte UCMA 3.0 Runtime z: http://www.microsoft.com/download/en/details.aspx?id=20958

Byl-li použit kanál IM a poté byl později smazán, správce může přepsáním tento monitor zakázat. Monitor musí být přepsaný pro všechny instance typu ‚Služba pro správu' a přepsání musí být ‚vynucené'.

Element properties:

TargetMicrosoft.SystemCenter.ManagementService
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.Notifications.UcmaInstallTest.UnitMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Sjednocené knihovny komunikace rozhraní Api nejsou na serveru oznámení nainstalovány.
Sjednocené knihovny komunikace rozhraní Api nebyly na serveru {0} nalezeny. Skupina pro správu obsahuje konfigurovaný kanál okamžitého zasílání oznámení a server {0} je členem fondu zdrojů oznámení. Oznámení okamžitého zasílání zpráv může selhat v případě, že budou vygenerovány výstrahy. Následující výjimka byla vrácena při pokusu o inicializaci sjednocených komunikačních knihoven rozhraní API: {1}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.Notifications.UcmaInstallTest.CheckMonitor" Accessibility="Public" Enabled="false" Target="SystemCenter!Microsoft.SystemCenter.ManagementService" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.Notifications.UcmaInstallTest.UnitMonitorType" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.Notifications.UcmaInstallTest.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
<AlertParameter2>$Data/Context/Property[@Name='Exception']$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UcmaInstalled" MonitorTypeStateID="UcmaInstalled" HealthState="Success"/>
<OperationalState ID="UcmaNotInstalled" MonitorTypeStateID="UcmaNotInstalled" HealthState="Error"/>
</OperationalStates>
<Configuration>
<CheckIntervalSeconds>300</CheckIntervalSeconds>
</Configuration>
</UnitMonitor>