Performance Graph question

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Performance Graph question

Post by ssax »

I'm working with another technician on this to determine the proper path forward.

Based on my research the step we use is 60 seconds so this one should be storing the 6 hour check_interval ones for up to 4 years:

Code: Select all

# 5840 entries with 360 minute step = 4 years
#
RRA:AVERAGE:0.5:360:5840
So I'm wondering based on that if we didn't wait long enough for it to rollup like this says it does or if I'm misunderstanding something about it (hence the reason I involved the other technician who knows a bit more about the RRDs):

https://support.nagios.com/kb/article/n ... g-768.html

I should have more info for you tomorrow.

If you still have that check setup, please run this against the none graphing RRD file and send the output:

Code: Select all

/usr/bin/rrdtool fetch /usr/local/nagios/share/perfdata/THEHOSTNAME/THESERVICENAME.rrd AVERAGE -s '1616622194' -e '1616708594'
Thank you!
LM-PP1
Posts: 24
Joined: Mon Jul 20, 2020 11:07 am

Re: Performance Graph question

Post by LM-PP1 »

Here are the screenshot of nagios service status detail for the service i checked. I also added a text file of the command we ran.
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Performance Graph question

Post by ssax »

We setup a 2, 4, 6, 8, and 10 hour check and let it run yesterday until today.

When I select the 7 days I see the everything including the 10 hour check so it should be graphing the points.

How long did you have it graphing for?
LM-PP1
Posts: 24
Joined: Mon Jul 20, 2020 11:07 am

Re: Performance Graph question

Post by LM-PP1 »

my test checks have been running for 11 days, the check i sent was to check once every 360 minutes. Anything over 2 hours is still nor graphing. This does not change when I change the Time Range.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Performance Graph question

Post by ssax »

Do these show anything?

Code: Select all

/usr/bin/rrdtool fetch /usr/local/nagios/share/perfdata/THEHOSTNAME/THESERVICENAME.rrd AVERAGE -r 300 -s '1616622194' -e '1616708594' | grep -v nan

/usr/bin/rrdtool fetch /usr/local/nagios/share/perfdata/THEHOSTNAME/THESERVICENAME.rrd AVERAGE -r 300 -s -7d | grep -v nan
LM-PP1
Posts: 24
Joined: Mon Jul 20, 2020 11:07 am

Re: Performance Graph question

Post by LM-PP1 »

Sorry for the delay in response.

The first commands yields: -nan -nan -nan for 1616623200 - 1616709600.

The second command yields: 1 2 3
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Performance Graph question

Post by ssax »

Please create a ticket for this and include a link back to this forum thread so we can get a remote session setup:

https://support.nagios.com/tickets/

We'll need to modify the individual RRDs for the long running checks so we don't impact the other RRDs going forward.

Thank you!
LM-PP1
Posts: 24
Joined: Mon Jul 20, 2020 11:07 am

Re: Performance Graph question

Post by LM-PP1 »

I can create a ticket. I will not be able to create a remote session. Is it worth still putting in a ticket if the Nagios server I have cannot have a remote session connection?
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Performance Graph question

Post by benjaminsmith »

Hi,

I would recommend opening a ticket as it will be easier to share files between yourself and the support team. That said, the remote session is the next step to helps us resolve the issue as it's complex.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
LM-PP1
Posts: 24
Joined: Mon Jul 20, 2020 11:07 am

Re: Performance Graph question

Post by LM-PP1 »

Created a ticket. Thanks for all the help. sorry for the delays
Locked