Maybe there is a way to do this that I do not know about, but I want to record every bad event into the HM log when using the NT Log check. I set the logging mode to "reply" and this works, the only problem is it also records every good event because it returns a different reply in the form of round trip time similar to the ping test.
The "Text Log" test works exactly the way I would like the "NTLog" test to work. If the test is good (or no new events in the log) the reply is "blank" so nothing is recorded in the HM log after the first "good" test. Is there anyway I can get the NTLog to work this way?? If not, can this be changed?? I see no need in getting a "120ms type reply" with each good check of the NTLog.
NT Log
You may disable "common" and "private" logs for the test item, then add "Record HM log" action into action profile assigned to the test.
"Advanced" mode allows you to start action under various conditions, e.g. condition may look like ('%SimpleStatus%'=='DOWN') and ('%Reply%'<>'%LastReply%')
Regards
Alex
"Advanced" mode allows you to start action under various conditions, e.g. condition may look like ('%SimpleStatus%'=='DOWN') and ('%Reply%'<>'%LastReply%')
Regards
Alex
OK, now I am really confused. I tried what you said and here is the result:
Disabled Common and private Log. Created an Action Profile under "Bad Status" in advanced mode to "record into HM Log". Expression = '%SimpleStatus%'='%Bad%' - Add record to common log.
When I view the quick log, it logs every bad and good record, which is not the result I wanted. But, I also cannot find any of the records for that test using the Log Analyzer or in the ODBC log.
Also, does the Action Profile (Record into HM Log) log to the ODBC log? If not, is there a way to do this in an action profile?
Disabled Common and private Log. Created an Action Profile under "Bad Status" in advanced mode to "record into HM Log". Expression = '%SimpleStatus%'='%Bad%' - Add record to common log.
When I view the quick log, it logs every bad and good record, which is not the result I wanted. But, I also cannot find any of the records for that test using the Log Analyzer or in the ODBC log.
Also, does the Action Profile (Record into HM Log) log to the ODBC log? If not, is there a way to do this in an action profile?