HI,
I want to alert different person depending on different Event ID in the ntlog of my server.
Do I need to do a test for every event or can I use one test and different alert ?
Also, how can I include a list of event ID in a test ? Do I separe them with , ; or space ?
Thanks
ntlog exception event ID
Both options are good. You may create several tests, or you may use one test and set of "advanced mode" actionsDo I need to do a test for every event or can I use one test and different alert
http://www.ks-soft.net/hostmon.eng/mfra ... ncedaction
E.g. you may use expression like ('%SimpleStatus%'=='DOWN') and ((%NTEventID%==55) or (%NTEventID%==1090)) to send e-mail when HostMonitor detects events with ID 55 or 1090
This is special list in "Event Log test properties" dialog. Type one ID in each rowAlso, how can I include a list of event ID in a test ? Do I separe them with , ; or space ?
Regards
Alex