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
Wish ping report as up and down
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
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
http://www.ks-soft.net/hostmon.eng/la/i ... dbcManager
Regards,
Max