Page 1 of 2
All Host Graphs in same window or PDF
Posted: Tue Jun 18, 2013 1:10 pm
by bursatec
Hi,
I use PNP4Nagios to have the functionality to select any host and have all the graphs to export as PDF, but Nagios XI have this functionality??
How can i get the functionality??
Thanks
Re: All Host Graphs in same window or PDF
Posted: Tue Jun 18, 2013 1:32 pm
by abrist
You can make a report of any page in XI. Go to the page you want a report of and then click the "clock/timer" icon in the upper right hand corner of the screen on the blue titale bar. Voila'!
Re: All Host Graphs in same window or PDF
Posted: Tue Jun 18, 2013 1:52 pm
by bursatec
The solution that abrist proposed is generate a report daily, weekly or monthly.
But i need to generate a report or PDF defining the host or service or date/time.

Re: All Host Graphs in same window or PDF
Posted: Tue Jun 18, 2013 1:58 pm
by abrist
You can do so from the "Host Graphs" option, just specify a hostname and a time period. Once configured, schedule a one time report. You could also use the "Graph Explorer's' "Scalable Performance Graph" to do this as well.
Re: All Host Graphs in same window or PDF
Posted: Tue Jun 18, 2013 2:11 pm
by lmiltchev
Nagios XI uses Core and PNP4Nagios underneath, so you can just use the following URL:
Go to the host of interest, and click on the "Display PDF" icon.
Re: All Host Graphs in same window or PDF
Posted: Wed Jun 19, 2013 9:51 am
by bursatec
I use this solution and works for me, but a have other question, where do i configure the image that can show in the PDF report
lmiltchev wrote:Nagios XI uses Core and PNP4Nagios underneath, so you can just use the following URL:
Go to the host of interest, and click on the "Display PDF" icon.
Thanks
Re: All Host Graphs in same window or PDF
Posted: Wed Jun 19, 2013 11:30 am
by abrist
bursatec wrote:where do i configure the image that can show in the PDF report
Could you please clarify? Are you referencing the image created by the pdf link in pnp4nagios, or in XI's schedule reporting options?
Re: All Host Graphs in same window or PDF
Posted: Wed Jun 19, 2013 11:46 am
by bursatec
abrist wrote:bursatec wrote:where do i configure the image that can show in the PDF report
Could you please clarify? Are you referencing the image created by the pdf link in pnp4nagios, or in XI's schedule reporting options?
Is the image created by the pdf link in pnp4nagios, where do i change the path of that image
Re: All Host Graphs in same window or PDF
Posted: Wed Jun 19, 2013 1:03 pm
by scottwilkerson
not sure if this is what you are looking for, but in
/usr/local/nagios/etc/pnp/config.php
Code: Select all
$conf['background_pdf'] = '/usr/local/nagios/etc/pnp/background.pdf' ;
Re: All Host Graphs in same window or PDF
Posted: Sat Jun 22, 2013 2:52 pm
by bursatec
scottwilkerson wrote:not sure if this is what you are looking for, but in
/usr/local/nagios/etc/pnp/config.php
Code: Select all
$conf['background_pdf'] = '/usr/local/nagios/etc/pnp/background.pdf' ;
Thank you scottwilkerson, another question, in http://<server_IP>/nagios/pnp
How can i configure a time interval to graph??
For example, today since 9:00 am to 11:15 am
Thanks!