Windows 2012 R2 DNS SEC – NEM aláírt zóna figyelője

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

Ez a figyelő ellenőrzi, hogy a zóna alá van-e írva a Windows Server 2012 R2 rendszerű számítógépeken.

Knowledge Base article:

Összefoglalás

Ez a figyelő egy powershell-parancsmag használatával ellenőrzi, hogy a zóna alá van-e írva

Konfiguráció

Időköz másodpercben: Milyen gyakran kell (másodpercben) az értéket ellenőrizni.

Szinkronizálási idő: A modul végrehajtásának szinkronizálási ideje.

Időtúllépés másodpercben: Mennyi időt kell várni (másodpercben), hogy a modul befejezze a végrehajtást.

Okok

Zóna NINCS aláírva: IsSigned = False

Zóna aláírva: IsSigned = True

Megoldások

Ellenőrzi, hogy a zóna a DNS-felügyeleti eszköz használatával van-e aláírva.

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 – NEM aláírt zóna
A(z) {1} kiszolgálón a(z) {0} zóna NINCS aláírva
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>