Windows 2012 R2 DNS SEC - monitor nepodepsané zóny

Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.IsSigned (UnitMonitor)

Tento monitor kontroluje, zda je zóna podepsaná na počítači Windows Server 2012 R2.

Knowledge Base article:

Souhrn

Tento monitor kontroluje, zda je zóna podepsaná pomocí prostředí powershell

Konfigurace

Interval (sekundy): jak často (v sekundách) má být hodnota kontrolována.

Čas synchronizace: čas synchronizace pro spuštění modulu.

Časový limit v sekundách: kolik času (v sekundách) se má čekat na dokončení provádění modulu.

Příčiny

Zóna NENÍ podepsaná: IsSigned = nepravda

Zóna je podepsaná: IsSigned = pravda

Řešení

Zkontrolujte, zda je zóna podepsaná pomocí nástroje pro správu služby DNS.

Element properties:

TargetMicrosoft.Windows.Server.DNS.Zone
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.DNS.2012.R2.Zone.IsSigned.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows 2012 R2 DNS SEC - zóna NENÍ podepsaná
Zóna {0} na serveru {1} NENÍ podepsaná
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.IsSigned" Accessibility="Public" Enabled="false" Target="Microsoft.Windows.Server.DNS.Zone" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.Server.DNS.2012.R2.Zone.IsSigned.MonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.IsSigned.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Microsoft.Windows.Server.DNS.Zone"]/ZoneName$</AlertParameter1>
<AlertParameter2>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ZoneNotSigned" MonitorTypeStateID="Error" HealthState="Error"/>
<OperationalState ID="ZoneIsSigned" MonitorTypeStateID="Success" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ZoneName>$Target/Property[Type="Microsoft.Windows.Server.DNS.Zone"]/ZoneName$</ZoneName>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>