Page 2 of 3
Re: Performance Graph question
Posted: Thu Mar 25, 2021 5:09 pm
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!
Re: Performance Graph question
Posted: Thu Mar 25, 2021 11:07 pm
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.
Re: Performance Graph question
Posted: Fri Mar 26, 2021 6:25 pm
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?
Re: Performance Graph question
Posted: Sun Mar 28, 2021 6:49 pm
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.
Re: Performance Graph question
Posted: Mon Mar 29, 2021 5:36 pm
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
Re: Performance Graph question
Posted: Mon Apr 05, 2021 8:00 pm
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
Re: Performance Graph question
Posted: Tue Apr 06, 2021 6:12 pm
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!
Re: Performance Graph question
Posted: Tue Apr 06, 2021 7:25 pm
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?
Re: Performance Graph question
Posted: Wed Apr 07, 2021 3:03 pm
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.
Re: Performance Graph question
Posted: Mon May 10, 2021 9:26 pm
by LM-PP1
Created a ticket. Thanks for all the help. sorry for the delays