performance graph

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vaibhavdaud
Posts: 15
Joined: Wed Nov 26, 2014 4:41 am

performance graph

Post by vaibhavdaud »

Hi Team,
We have some below queries, please suggest on.
1) Where is getting save performance graph data? In only .rrd files or some other location also?
2) What is retention period to save performance data?
3) In which file we can do changes, if we want to increase or decrease retention time?
5) We are looking a way to import all performance graphs in separate server? Is it possible? If yes the how?
4) From where capacity planning pull the data?
5) Can we redirect capacity planning feature in a separate server? If yes then how?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: performance graph

Post by scottwilkerson »

vaibhavdaud wrote:1) Where is getting save performance graph data? In only .rrd files or some other location also?
Only RRD's
vaibhavdaud wrote:2) What is retention period to save performance data?
4 years
vaibhavdaud wrote:3) In which file we can do changes, if we want to increase or decrease retention time?
settings for new rrd creation is located in /usr/local/nagios/etc/pnp/rra.cfg
vaibhavdaud wrote:5) We are looking a way to import all performance graphs in separate server? Is it possible? If yes the how?
If the machine is the same architechure you can copy the rrd's
vaibhavdaud wrote:4) From where capacity planning pull the data?
Historical from RRD's and it does the calculations withing this Enterprise component.
vaibhavdaud wrote:5) Can we redirect capacity planning feature in a separate server? If yes then how?
Not at this time but we are working on developing an API for Capacity Planning that would be able to be polled from a different server.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
vaibhavdaud
Posts: 15
Joined: Wed Nov 26, 2014 4:41 am

Re: performance graph

Post by vaibhavdaud »

Hi Scott,
Is there any way to import or integrate all Nagios XI rrd with Cacti.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: performance graph

Post by tmcdonald »

http://assets.nagios.com/downloads/nagi ... ide_XI.pdf

Doc is from August 2013 but should still be relevant. As always, backups/snapshots are encouraged before major system changes.
Former Nagios employee
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: performance graph

Post by slansing »

You could certainly try to grab the RRD's there shouldn't be anything different about the data within than there would be with rrd's created on a standard core server. Core integrates with cacti just fine so I'd give it a shot.
vaibhavdaud
Posts: 15
Joined: Wed Nov 26, 2014 4:41 am

Re: performance graph

Post by vaibhavdaud »

Using same doc I did installation of cacti, but i am not getting any option there to import all excisting Nagios rrd in cacti. Our requirement is all Nagios created rrd should be visiblae there.

Also how we can import all rrd data in excel.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: performance graph

Post by abrist »

[quote="vaibhavdaud"]
Also how we can import all rrd data in excel.[/quote
You will need to dump each rrd to xml and then import the xml into excel. To dump an rrd to xml:

Code: Select all

rrdtool dump /usr/local/nagios/share/perfdata/<hostname>/<service_description>.rrd
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.
Locked