EventID 5001

VerbaRecordingSystem.Rules.EventID.5001 (Rule)

Element properties:

TargetVerbaRecordingSystem.VerbaServer
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Verba Dial-in Recorder Service - CallProcError
Source: {0}
Event ID: {1}
Event Category: {2}
User: {3}
Computer: {4}
Event Description: {5}
Event Data: {6}

Member Modules:

ID Module Type TypeId RunAs 
Microsoft.Windows.EventCollector DataSource Microsoft.Windows.EventCollector Default
System.Health.GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="VerbaRecordingSystem.Rules.EventID.5001" Enabled="true" Target="VerbaRecordingSystem.VerbaServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="Microsoft.Windows.EventCollector" TypeID="Windows!Microsoft.Windows.EventCollector">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<AllowProxying>false</AllowProxying>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">5001</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Verba System Monitor</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="System.Health.GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="VerbaRecordingSystem.Rules.EventID.5001.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventSourceName$</AlertParameter1>
<AlertParameter2>$Data/EventDisplayNumber$</AlertParameter2>
<AlertParameter3>$Data/EventCategory$</AlertParameter3>
<AlertParameter4>$Data/UserName$</AlertParameter4>
<AlertParameter5>$Data/LoggingComputer$</AlertParameter5>
<AlertParameter6>$Data/EventDescription$</AlertParameter6>
<AlertParameter7>$Data/EventData$</AlertParameter7>
</AlertParameters>
</WriteAction>
</WriteActions>
</Rule>