Diagnostic de service d'interruption SNMP de Windows

System.NetworkManagement.CheckSNMPTrapService.Diagnostic (Diagnostic)

Le diagnostic suivant détermine si le service SNMP de Windows est en cours d'exécution. Operations Manager ne peut pas recevoir les interruptions SNMP pendant l'exécution de ce service.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
MonitorSystem.NetworkManagement.SNMPTrapPortAlreadyInUse.Monitor
RemotableTrue
Timeout300
Execute On StateError
CategoryMaintenance
Enabledtrue
AccessibilityInternal

Member Modules:

ID Module Type TypeId RunAs 
QueryService ProbeAction Microsoft.Windows.ServiceControlManager.QueryService Default

Source Code:

<Diagnostic ID="System.NetworkManagement.CheckSNMPTrapService.Diagnostic" Accessibility="Internal" Enabled="true" Target="SystemCenter!Microsoft.SystemCenter.HealthService" Monitor="System.NetworkManagement.SNMPTrapPortAlreadyInUse.Monitor" ExecuteOnState="Error" Remotable="true" Timeout="300">
<Category>Maintenance</Category>
<ProbeAction ID="QueryService" TypeID="Windows!Microsoft.Windows.ServiceControlManager.QueryService">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ServiceName>snmptrap</ServiceName>
</ProbeAction>
</Diagnostic>