One would be wrong.
The xml of the management pack has to be edited to include the
.
.
.
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<AllowProxying>1</AllowProxying> <!-- This is it here -->
<Expression>
.
.
.
This is necessary only if the service generating the event logs is NOT cluster-aware. Applications like SQL Server are cluster-aware and will emit their messages with their computer name set properly. If the application is not cluster-aware, it will use the cluster-node that it's running on as it's computer name.
1 comment:
Hello!
I want to create a simple event reset (I want the states) and not a rule for monitoring an application not cluster aware (the computername on the event log is not the cluster name but it is the node name where the service is hotsted).
Could you post an example?
Thank you!
Elizabeth
Post a Comment