All Host Graphs in same window or PDF
All Host Graphs in same window or PDF
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
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
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.
"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.
Re: All Host Graphs in same window or PDF
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.

But i need to generate a report or PDF defining the host or service or date/time.
You do not have the required permissions to view the files attached to this post.
Re: All Host Graphs in same window or PDF
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.
"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.
Re: All Host Graphs in same window or PDF
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.
Code: Select all
http://<server_IP>/nagios/pnpBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: All Host Graphs in same window or PDF
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
Thankslmiltchev 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.Code: Select all
http://<server_IP>/nagios/pnp
Re: All Host Graphs in same window or PDF
Could you please clarify? Are you referencing the image created by the pdf link in pnp4nagios, or in XI's schedule reporting options?bursatec wrote:where do i configure the image that can show in the PDF report
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.
"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.
Re: All Host Graphs in same window or PDF
abrist wrote:Could you please clarify? Are you referencing the image created by the pdf link in pnp4nagios, or in XI's schedule reporting options?bursatec wrote:where do i configure the image that can show in the PDF report
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
not sure if this is what you are looking for, but in
/usr/local/nagios/etc/pnp/config.php
/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
Thank you scottwilkerson, another question, in http://<server_IP>/nagios/pnpscottwilkerson 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' ;
How can i configure a time interval to graph??
For example, today since 9:00 am to 11:15 am
Thanks!