Fujitsu.PRIMERGY.PRO.GBitNICdegraded.EventLogMonitoring

Fujitsu.PRIMERGY.PRO.GBitNICdegraded.EventLogMonitoring (Rule)

Execute PowerShellScript on Operations Manager Server

Knowledge Base article:

Summary

Execute PowerShellScript on Operations Manager Server

Element properties:

TargetFujitsu.PRIMERGY.PRO.FujitsuManagedHost
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
ELM DataSource Fujitsu.PRIMERGY.PRO.MonitorEventLog System.PrivilegedMonitoringAccount
Recovery WriteAction Fujitsu.PRIMERGY.PRO.RecoveryAction Default
WriteToDB_MM WriteAction Microsoft.SystemCenter.CollectEvent System.PrivilegedMonitoringAccount

Source Code:

<Rule ID="Fujitsu.PRIMERGY.PRO.GBitNICdegraded.EventLogMonitoring" Enabled="true" Target="Fujitsu.PRIMERGY.PRO.FujitsuManagedHost" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="ELM" RunAs="System!System.PrivilegedMonitoringAccount" TypeID="Fujitsu.PRIMERGY.PRO.MonitorEventLog">
<LogSource>FujitsuServerPROPack</LogSource>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<EventId>66</EventId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB_MM" RunAs="System!System.PrivilegedMonitoringAccount" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="Recovery" TypeID="Fujitsu.PRIMERGY.PRO.RecoveryAction" Target="SC!Microsoft.SystemCenter.ManagementServer">
<EventDescription>$Data/EventDescription$</EventDescription>
</WriteAction>
</WriteActions>
</Rule>