Provider messaggi di stato

Microsoft.SystemCenter2012.ConfigurationManager.StatusMessageProvider (DataSourceModuleType)

Questa origine dati legge la cache messaggi di stato per i ruoli del sito all'interno del Registro di sistema HKLM\Software\Microsoft\SMS\Operations Management nei server del sito.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.Windows.RegistryData

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Scheduler Default
PA ProbeAction Microsoft.SystemCenter2012.ConfigurationManager.StatusMessageProbe Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Frequenza (secondi)
SyncTimestring$Config/SyncTime$Data e ora sincronizzazione

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter2012.ConfigurationManager.StatusMessageProvider" Accessibility="Public" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ComputerName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ComponentName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="RuleId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="SyncTime" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SyncTime" Selector="$Config/SyncTime$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval>$Config/IntervalSeconds$</Interval>
<SyncTime>$Config/SyncTime$</SyncTime>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="PA" TypeID="Microsoft.SystemCenter2012.ConfigurationManager.StatusMessageProbe">
<ComputerName>$Config/ComputerName$</ComputerName>
<ComponentName>$Config/ComponentName$</ComponentName>
<RuleId>$Config/RuleId$</RuleId>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="PA">
<Node ID="DS"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Windows!Microsoft.Windows.RegistryData</OutputType>
</DataSourceModuleType>