Load Fault Rule

Cisco.Imc.LoadFaults.Rule (Rule)

Load Fault Rule Description

Element properties:

TargetCisco.Imc.ServerGroup
CategoryCustom
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource System.SimpleScheduler Default
WriteAction WriteAction Cisco.Ucs.LoadFaultCache.WriteActionModuleType Default

Source Code:

<Rule ID="Cisco.Imc.LoadFaults.Rule" Enabled="true" Target="Cisco.Imc.ServerGroup">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DataSource" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>720</IntervalSeconds>
<SyncTime/>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="Cisco.Ucs.LoadFaultCache.WriteActionModuleType">
<Logging>false</Logging>
<TypeId>$Target/Property[Type="Cisco.Ucs.Object"]/TypeId$</TypeId>
<WebProxyUrl>$Target/Property[Type="Cisco.Ucs.Object"]/WebProxyUrl$</WebProxyUrl>
</WriteAction>
</WriteActions>
</Rule>