deChrLam
SysAider
Joined: 16/09/2011
Messages: 7
Offline
|
Damn right there is way to monitor system and application and security logs using custom monitoring on Enterprise edition.
This code will look for a specific message in the windows logs.
The newest of the specific message will be reported and its date and time written to a temp file.
The next time it runs(every 5 minutes), it finds the newest instance of the specific message and checks to see if it is newer than the date and time in the temp file.
If it is, then it makes the .dat file for SysAIDS custom monitoring.
Choose the name of the file wisely, save as .vbs and read the docs on custom monitoring and you can monitor anything in the windows event logs.
copy pasta code for big win!!! njoy
|