logging

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
gdvl
Posts: 103
Joined: Thu Apr 04, 2002 6:00 pm
Location: Belgium
Contact:

logging

Post by gdvl »

Hi,

Some questions (wishes?) about logging:
1) is it possible to "save only if host status changes" in the common log, and to "save all information" in the ODBC log ?
2) is it possible to use ODBC as a private log in the test properties ?
3) is it possible to log only if the reply is different from the previous reply ?

Why I need this ?
I use the common log for a quick view of history of alerts, but a SQL-based log for a complete long-time history reporting. (with for example crystal reports as report tool)

Regards,
Gert
gdvl
Posts: 103
Joined: Thu Apr 04, 2002 6:00 pm
Location: Belgium
Contact:

Re: logging

Post by gdvl »

gdvl wrote: ...
3) is it possible to log only if the reply is different from the previous reply ?
...
I saw this question is possible in v4.
Great !

Regards,
Gert
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Re: logging

Post by KS-Soft »

gdvl wrote:1) is it possible to "save only if host status changes" in the common log, and to "save all information" in the ODBC log ?
Yes, you may set "save all information" option in the Options dialog and set "Brief" log mode for each test (it became possible in HM 3.68 or 3.70)
gdvl wrote:2) is it possible to use ODBC as a private log in the test properties ?
Possible solution: use some macro variable (e.g. %CommentLine5%)instead name of the table (e.g. use query like "insert into %CommentLine5% (eventtime, testname, ....) VALUES (%DateTime%, '%TestName%', ...)" when you specify SQL Query in the Options dialog). But you will need to assign name of the tables to all tests (as comment line).
gdvl wrote:3) is it possible to log only if the reply is different from the previous reply ?
Yes, use "Reply" log mode (Test Properties dialog)

Regards
Alex
Post Reply