All Host Graphs in same window or PDF

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
bursatec
Posts: 24
Joined: Fri May 27, 2011 10:31 am

All Host Graphs in same window or PDF

Post 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
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: All Host Graphs in same window or PDF

Post 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'!
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
bursatec
Posts: 24
Joined: Fri May 27, 2011 10:31 am

Re: All Host Graphs in same window or PDF

Post 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.




Image
You do not have the required permissions to view the files attached to this post.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: All Host Graphs in same window or PDF

Post 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.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: All Host Graphs in same window or PDF

Post by lmiltchev »

Nagios XI uses Core and PNP4Nagios underneath, so you can just use the following URL:

Code: Select all

http://<server_IP>/nagios/pnp
Go to the host of interest, and click on the "Display PDF" icon.
Be sure to check out our Knowledgebase for helpful articles and solutions!
bursatec
Posts: 24
Joined: Fri May 27, 2011 10:31 am

Re: All Host Graphs in same window or PDF

Post 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:

Code: Select all

http://<server_IP>/nagios/pnp
Go to the host of interest, and click on the "Display PDF" icon.
Thanks
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: All Host Graphs in same window or PDF

Post 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?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
bursatec
Posts: 24
Joined: Fri May 27, 2011 10:31 am

Re: All Host Graphs in same window or PDF

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

Re: All Host Graphs in same window or PDF

Post 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' ;
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
bursatec
Posts: 24
Joined: Fri May 27, 2011 10:31 am

Re: All Host Graphs in same window or PDF

Post 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!
Locked