Xymon Mailing List Archive search

Windows Powershell client v2.01

1 message in this thread

list Zak Beck · Tue, 24 Mar 2015 08:46:21 +0000 ·
I have today committed v2.01. Changes:

 
* event logs now include the event id, in square brackets

* added clientclass to xymonclient_config.xml to allow overriding the
default class of 'powershell'

 
The XymonPSClient.doc file has been updated.

 
Event log records now contain the event id just after the date, in square
brackets to make it easier to pick out in a regex. For example, in this case
the event id is 9724:

 
Information - 03/24/2015 08:38:32 - [9724] - MSSQLSERVER - The activated
proc....

 
Secondly, a new configuration item 'clientclass' has been added to
xymonclient_config.xml to allow setting the class reported back to the
server. By default, this is 'powershell'.

Zak