Wish ping report as up and down

Exchange HTML report templates between users.
Post Reply
berimu
Posts: 6
Joined: Fri Feb 11, 2005 6:12 am
Location: Netherlands
Contact:

Wish ping report as up and down

Post by berimu »

For a ping report with picture, I now get a line that shows the response time of the ping. For the customer very hard to read and understand. I would like to see it as a line with an "up" and "down" status.
Can this be done?

Ivo
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

As you know, LogAnalyzer uses a "Reply" value, to build charts. So, I do not see appropriate solution to adjust the chart to suit your needs. However, if LogAnalyzer uses ODBC log, you may adjust query using "ODBC logs Manager" to select custom data into Reply field. To do that you should specify some SQL function into "Reply" inoput box in the "ODBC logs Manager" window, e.g.: CASE Status WHEN 'Host is alive' THEN 1 ELSE 0 END
http://www.ks-soft.net/hostmon.eng/la/i ... dbcManager

Regards,
Max
Post Reply