|
|
|
KB: Send Alert to Windows Event Log
Alerts can be from WebWatchBot to the Windows Event Log, using a freeware command line tool
named "logevent.exe",
published by Microsoft, which was originally distributed in the Windows Resource Toolkit.
WebWatchBot does not natively support the logging of alerts to the Windows event log; however,
it can be configured to execute an external command, such as logevent.exe
(the name of the executable program for logging events to the Windows event log).
Follow these instructions to log an alert from WebWatchBot into the Windows Event Log:
- Download and install Windows NT4 Resource kit from Microsoft's
website: HTTP://download.microsoft.com/download/winntsrv40/rktools/1.0/NT4/EN-US/sp4rk_i386.Exe
- In WebWatchBot Manager, open the properties of an existing Watch Item or create a new
Watch Item.
- Select the "Alarm" tab.

- Click on the "Actions" button.
- Select the "Commands" tab.
- Enter the fully qualified pathname to logevent.exe and the parameters. For example:
c:\program files\rksupport\logevent.exe -r "WebWatchBot" "<%MachineName%>
"<%WatchItemName%> <%AlarmCondition%>"
Check the "Active" checkbox.
- Click OK until all of the windows have closed.
|
|
|