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.
Change Size of Service Graphs in Reports
Change Size of Service Graphs in Reports
I like graphs...
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: Change Size of Service Graphs in Reports
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.
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.
Re: Change Size of Service Graphs in Reports
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.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 like graphs...
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: Change Size of Service Graphs in Reports
@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.
Re: Change Size of Service Graphs in Reports
This is exactly what I needed. Thank you very much!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; }
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
Great, may we mark the case resolved?Ehamby wrote:This is exactly what I needed. Thank you very much!
Re: Change Size of Service Graphs in Reports
Absolutely.scottwilkerson wrote:Great, may we mark the case resolved?Ehamby wrote: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
Great! LockingEhamby wrote:Absolutely.scottwilkerson wrote:Great, may we mark the case resolved?Ehamby wrote:This is exactly what I needed. Thank you very much!