Please advise how to make the Record HM log "Add record into specific log" include the tested object detail in the log?
I'm looking for the same info as if I were using the following command line:
cmd /C echo %yyyymmdd% %T% %Status% %TestedObjectInfo% >> C:\temp\%yyyymmdd%_GrantTest.txt
Using the command line in the External Program action is not convenient to use for bulk tests.
Thank you.
How to log tested object in Add record into specific log
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Re: How to log tested object in Add record into specific log
Sorry, "Record HM log" action cannot do that. HostMonitor log has a fixed format in order to be used with "Log Analyzer", so there is no possibility to add additional information into log file.grantqa wrote:Please advise how to make the Record HM log "Add record into specific log" include the tested object detail in the log?
However, you may use "SQL Query" action to add any information you need into database: http://www.ks-soft.net/hostmon.eng/mfra ... htm#actSQL
Regards,
Max