Diagnostika služby depeší Windows SNMP

System.NetworkManagement.CheckSNMPTrapService.Diagnostic (Diagnostic)

Následující diagnostika určuje, zda je spuštěna služba Windows SNMP. Nástroj Operations Manager nemůže přijímat depeše protokolu SNMP, pokud je tato služba spuštěna.

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>