Windows SNMP 서비스 복구 사용 안 함

System.NetworkManagement.DisableWinSNMP.ServiceMonitor.Recovery (Recovery)

다음 복구는 Windows SNMP 서비스를 사용하지 않도록 설정합니다. 이 서비스가 실행되는 동안에는 Operations Manager가 SNMP 트랩을 수신할 수 없습니다.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
MonitorSystem.NetworkManagement.SNMPTrapPortAlreadyInUse.Monitor
Reset MonitorTrue
RemotableFalse
Timeout300
CategoryMaintenance
Enabledtrue
AccessibilityInternal

Member Modules:

ID Module Type TypeId RunAs 
DisableSNMPServicesRecoveryTask WriteAction System.NetworkManagement.DisableWinSNMP Default

Source Code:

<Recovery ID="System.NetworkManagement.DisableWinSNMP.ServiceMonitor.Recovery" Accessibility="Internal" Enabled="true" Target="SystemCenter!Microsoft.SystemCenter.HealthService" Monitor="System.NetworkManagement.SNMPTrapPortAlreadyInUse.Monitor" ResetMonitor="true" ExecuteOnDiagnostic="System.NetworkManagement.CheckSNMPTrapService.Diagnostic" Remotable="false" Timeout="300">
<Category>Maintenance</Category>
<WriteAction ID="DisableSNMPServicesRecoveryTask" TypeID="System.NetworkManagement.DisableWinSNMP">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<SNMPTrapServiceName>snmptrap</SNMPTrapServiceName>
<SNMPServiceName>snmp</SNMPServiceName>
</WriteAction>
</Recovery>