Utilità di monitoraggio dello stato della licenza

Microsoft.ForefrontProtection.Library.Licensing.UnitMonitor.LicenseCheckInMaintenance (UnitMonitor)

Controlla se la licenza di Forefront Server Protection è prossima alla scadenza o è scaduta.

Knowledge Base article:

Riepilogo

Questa utilità di monitoraggio controlla lo stato della licenza di Forefront Server Protection. Se la licenza è scaduta o scadrà tra meno di 30 giorni, viene generato un avviso.

Cause

• Non è stato immesso un codice "Product Key".

• La licenza è scaduta e non è stato acquistato un nuovo codice "Product Key".

Soluzioni

• Immettere il codice "Product Key" nella console di amministrazione di Forefront Server Protection o in Forefront Management Shell.

• Se non si dispone del codice "Product Key", contattare un rivenditore Microsoft o visitare uno dei collegamenti seguenti (le informazioni potrebbero essere in lingua inglese):

FPE: http://go.microsoft.com/fwlink/?LinkId=92354

FPSP: http://go.microsoft.com/fwlink/?LinkId=125103

Element properties:

TargetMicrosoft.ForefrontProtection.Library.Licensing
Parent MonitorSystem.Health.ConfigurationState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.3SingleEventLog3StateUnitMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Stato licenza
La licenza di Forefront Server Protection è prossima alla scadenza o è scaduta.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.ForefrontProtection.Library.Licensing.UnitMonitor.LicenseCheckInMaintenance" Accessibility="Public" Enabled="true" Target="Microsoft.ForefrontProtection.Library.Licensing" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.3SingleEventLog3StateUnitMonitorType" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.ForefrontProtection.Library.Licensing.UnitMonitor.LicenseCheckInMaintenance_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateIda7940d48caa440a1bcfca815a534da40" MonitorTypeStateID="FirstEventRaised" HealthState="Error"/>
<OperationalState ID="UIGeneratedOpStateIdf2eb52e63a3d4f5eb1a020496319b48c" MonitorTypeStateID="SecondEventRaised" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateIdfa279d1d25e945ad8a237de88bc7dea1" MonitorTypeStateID="ThirdEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<FirstComputerName>.</FirstComputerName>
<FirstLogName>Application</FirstLogName>
<FirstExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">7030</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft Forefront Protection</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</FirstExpression>
<SecondComputerName>.</SecondComputerName>
<SecondLogName>Application</SecondLogName>
<SecondExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">7029</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft Forefront Protection</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</SecondExpression>
<ThirdComputerName>.</ThirdComputerName>
<ThirdLogName>Application</ThirdLogName>
<ThirdExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">7028</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft Forefront Protection</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</ThirdExpression>
</Configuration>
</UnitMonitor>