Vervaldatum van Operations Manager-certificaat

Microsoft.SystemCenter.SCOM.Certificate.Expiry (Rule)

Regel om een waarschuwing te genereren als het Operations Manager-certificaat binnenkort verloopt.

Knowledge Base article:

Samenvatting

Deze waarschuwing geeft aan dat het Operations Manager-certificaat binnenkort verloopt.

Oorzaken

Het Operations Manager-certificaat verloopt binnenkort.

Oplossingen

Importeer een nieuw Operations Manager-certificaat.

Element properties:

TargetMicrosoft.Windows.Computer
CategoryAlert
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableFalse
Alert Message
Het Operations Manager-certificaat verloopt binnenkort
Het Operations Manager-certificaat verloopt over {0} dagen

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource Microsoft.SystemCenter.SCOM.Certificate.Expiry.DataSourceModule Default
CD ConditionDetection System.ExpressionFilter Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.SystemCenter.SCOM.Certificate.Expiry" Target="Windows!Microsoft.Windows.Computer" Enabled="false" ConfirmDelivery="true" Priority="Normal" DiscardLevel="100" Remotable="false">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DataSource" TypeID="Microsoft.SystemCenter.SCOM.Certificate.Expiry.DataSourceModule">
<TimeoutSeconds>600</TimeoutSeconds>
<AlertBeforeNumDays>7</AlertBeforeNumDays>
<IntervalSeconds>86400</IntervalSeconds>
</DataSource>
</DataSources>
<ConditionDetection ID="CD" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Boolean">Property[@Name='GenerateAlert']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="Boolean">true</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.SCOM.Certificate.Expiry.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/Property[@Name="ExpiryDays"]$</AlertParameter1>
</AlertParameters>
</WriteAction>
</WriteActions>
</Rule>