Change Size of Service Graphs in Reports

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Envera IT
Posts: 159
Joined: Wed Jun 19, 2013 10:21 am

Change Size of Service Graphs in Reports

Post 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.
I like graphs...
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Change Size of Service Graphs in Reports

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Envera IT
Posts: 159
Joined: Wed Jun 19, 2013 10:21 am

Re: Change Size of Service Graphs in Reports

Post 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.
I like graphs...
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Change Size of Service Graphs in Reports

Post 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; }
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Envera IT
Posts: 159
Joined: Wed Jun 19, 2013 10:21 am

Re: Change Size of Service Graphs in Reports

Post 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!
I like graphs...
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Change Size of Service Graphs in Reports

Post by scottwilkerson »

Ehamby wrote:This is exactly what I needed. Thank you very much!
Great, may we mark the case resolved?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Envera IT
Posts: 159
Joined: Wed Jun 19, 2013 10:21 am

Re: Change Size of Service Graphs in Reports

Post 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.
I like graphs...
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Change Size of Service Graphs in Reports

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked