Page 1 of 1
Change Size of Service Graphs in Reports
Posted: Sat Dec 08, 2018 6:03 pm
by Envera IT
Is there any way to change the size of the service graphs when running a report and enabling "Display service performance graphs"? Even if this is a backend config file that could be overwritten when updates are run. This is the easiest way I've found to view lots of service performance graphs at the same time on a single page, similar to viewing host performance graphs via the "Performance Graphs" menu, and making them the same size as other graphs would really help out.
Or just being able to see both host and service graphs in the Performance Graphs menu, that would be the most ideal solution.
Re: Change Size of Service Graphs in Reports
Posted: Mon Dec 10, 2018 1:48 pm
by npolovenko
Hi,
@Ehamby. You can click on a blue icon in the top left corner of each service graph to deploy it to the dashboard. Once you add all service graphs to a dashboard you can schedule Nagios to send that dashboard in a PDF report.
From the dashboard screen, you can resize graphs by clicking and pulling the bottom right corner.
Re: Change Size of Service Graphs in Reports
Posted: Wed Dec 12, 2018 8:43 am
by Envera IT
npolovenko wrote:Hi,
@Ehamby. You can click on a blue icon in the top left corner of each service graph to deploy it to the dashboard. Once you add all service graphs to a dashboard you can schedule Nagios to send that dashboard in a PDF report.
From the dashboard screen, you can resize graphs by clicking and pulling the bottom right corner.
I was hoping to avoid going the dashboard route. I've got 47 graphs to display and that would be tedious to make into a dashboard.
Re: Change Size of Service Graphs in Reports
Posted: Wed Dec 12, 2018 3:13 pm
by npolovenko
@Ehamby, Let's try the following. Open the /usr/local/nagiosxi/html/includes/css/base.css file with the text editor and add the following line somewhere after the first paragraph:
.availability-services .pd-container .dashlettable.xicore_perfdata_chart_outboard { width: 1000px; }
Re: Change Size of Service Graphs in Reports
Posted: Fri Dec 14, 2018 10:03 am
by Envera IT
npolovenko wrote:@Ehamby, Let's try the following. Open the /usr/local/nagiosxi/html/includes/css/base.css file with the text editor and add the following line somewhere after the first paragraph:
.availability-services .pd-container .dashlettable.xicore_perfdata_chart_outboard { width: 1000px; }
This is exactly what I needed. Thank you very much!
Re: Change Size of Service Graphs in Reports
Posted: Fri Dec 14, 2018 10:27 am
by scottwilkerson
Ehamby wrote:This is exactly what I needed. Thank you very much!
Great, may we mark the case resolved?
Re: Change Size of Service Graphs in Reports
Posted: Fri Dec 14, 2018 10:37 am
by Envera IT
scottwilkerson wrote:Ehamby wrote:This is exactly what I needed. Thank you very much!
Great, may we mark the case resolved?
Absolutely.
Re: Change Size of Service Graphs in Reports
Posted: Fri Dec 14, 2018 10:53 am
by scottwilkerson
Ehamby wrote:scottwilkerson wrote:Ehamby wrote:This is exactly what I needed. Thank you very much!
Great, may we mark the case resolved?
Absolutely.
Great! Locking