Tipo di monitoraggio Servizio AVIcode Intercept trovato

Microsoft.SystemCenter.Apm.AVIcodeAgentFoundMonitorType (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Scheduler Default
RegistryProbe ProbeAction Microsoft.Windows.RegistryProbe Default
InterceptFound ConditionDetection System.ExpressionFilter Default
InterceptNotFound ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Frequencyint$Config/Frequency$Frequenza (sec)

Source Code:

<UnitMonitorType ID="Microsoft.SystemCenter.Apm.AVIcodeAgentFoundMonitorType" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="AVIcodeAgentFound"/>
<MonitorTypeState ID="AVIcodeAgentNotFound"/>
</MonitorTypeStates>
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ComputerName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Frequency" type="xsd:int"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Frequency" ParameterType="int" Selector="$Config/Frequency$"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource TypeID="System!System.Scheduler" ID="Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">$Config/Frequency$</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction TypeID="Windows!Microsoft.Windows.RegistryProbe" ID="RegistryProbe">
<ComputerName>$Config/ComputerName$</ComputerName>
<RegistryAttributeDefinitions>
<RegistryAttributeDefinition>
<AttributeName>InterceptServiceName</AttributeName>
<Path>SYSTEM\CurrentControlSet\services\Intercept Service\DisplayName</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
</RegistryAttributeDefinitions>
</ProbeAction>
<ConditionDetection TypeID="System!System.ExpressionFilter" ID="InterceptFound">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Values/InterceptServiceName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Intercept Service</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
<ConditionDetection TypeID="System!System.ExpressionFilter" ID="InterceptNotFound">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Values/InterceptServiceName</XPathQuery>
</ValueExpression>
<Operator>NotEqual</Operator>
<ValueExpression>
<Value Type="String">Intercept Service</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="AVIcodeAgentFound">
<Node ID="InterceptFound">
<Node ID="RegistryProbe">
<Node ID="Scheduler"/>
</Node>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="AVIcodeAgentNotFound">
<Node ID="InterceptNotFound">
<Node ID="RegistryProbe">
<Node ID="Scheduler"/>
</Node>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>