I have a report generated every 3 hours.
I want to add a graph to this report.
How can I do that?
Thanks
Graph in report
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Graph in report
You need to create SLA report profile (report type: SLA) using Report Manager (menu Reports -> Report Manager).
It allows you to create reports with Performance and Availability charts.
Please check the manual or visit our web site for more information at
Report Manager: http://www.ks-soft.net/hostmon.eng/mfra ... tm#Reports
It allows you to create reports with Performance and Availability charts.
Please check the manual or visit our web site for more information at
Report Manager: http://www.ks-soft.net/hostmon.eng/mfra ... tm#Reports
Thanks
1. I'm trying to use the SLA.
In the report I get an image like this one:

I don't understand what the graph says.
What is the blue, the purple, and the line between?
Is it Min, Max and Ave?
If so, which time window does it refer to?
2. When I include the SLA report in emails, it doesn't show the images.
What should I do to include the images?
3. I want to send few report in a single email.
I entered the following in the email temlate:
But I can see only one report in the email itself.
What's wrong?
1. I'm trying to use the SLA.
In the report I get an image like this one:

I don't understand what the graph says.
What is the blue, the purple, and the line between?
Is it Min, Max and Ave?
If so, which time window does it refer to?
2. When I include the SLA report in emails, it doesn't show the images.
What should I do to include the images?
3. I want to send few report in a single email.
I entered the following in the email temlate:
Code: Select all
<<IncludeFile=D:\Host Monitor\Reports\info1.html>>
<<IncludeFile=D:\Host Monitor\Reports\info2.html>>
<<IncludeFile=D:\Host Monitor\Reports\info3.html>>
What's wrong?
YesWhat is the blue, the purple, and the line between?
Is it Min, Max and Ave?
I don't know which time frame(s) have you selected for your report.If so, which time window does it refer to?
As you have seen (when you setup this report profile), each SLA report may include set of "sub-reports" - information regarding specific period of time:
- Prediction: next 7 days
- Today
- Yesterday
- Last 24 hours
- Last 48 hours
- This week
- Last week
- Last 7 days
- Last 14 days
- This month
- Last month
- Last 30 days
- Last 60 days
- This year
- Last year
- Last 12 months
- Last 24 months
If you open HTML file, you will see that each image is refered by link to GIF file on your hard drive.When I include the SLA report in emails, it doesn't show the images.
What should I do to include the images?
I don't think this is good idea... Each HTML file has its own header, footer, body. You cannot just merge these files together without some modifications.I want to send few report in a single email.
I entered the following in the email temlate:
Code:
<<IncludeFile=D:\Host Monitor\Reports\info1.html>>
<<IncludeFile=D:\Host Monitor\Reports\info2.html>>
<<IncludeFile=D:\Host Monitor\Reports\info3.html>>
Regards
Alex