Nagios XI Graph accuracy

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
fortisit
Posts: 11
Joined: Thu May 29, 2014 1:52 pm

Nagios XI Graph accuracy

Post by fortisit »

Hi, is any chance to set accuracy in nagios XI graph's? My service returned only integer but on the graph nagios shows float.
You do not have the required permissions to view the files attached to this post.
User avatar
rseiwert
Posts: 196
Joined: Wed Jun 22, 2011 10:33 pm
Location: Somewhere between Here and Now

Re: Nagios XI Graph accuracy

Post by rseiwert »

This is a result of how RRDTool collects data. Unless the step and time are 100% in sync which never happens you will get floating point. RRDTool interpolates data to calculate what the data would be on the defined step. I was looking for a better explanation/tutorial that I'm sure I read one somewhere a long time ago but I could not find the one I was thinking of but found this instead. This picture shows how RRD interpolates two values 7 and 10 taken 310 seconds apart in a round robin db with a 300 second step size. Image and discussion from http://forums.cacti.net/about33897.html

Image
Last edited by rseiwert on Wed Apr 08, 2015 4:10 pm, edited 1 time in total.
Grumpy Olde IT Guy
cmerchant
Posts: 546
Joined: Wed Sep 24, 2014 11:19 am

Re: Nagios XI Graph accuracy

Post by cmerchant »

Thank you rseiwert for your excellent explanation. fortisit, did that help? Can we go ahead and close this thread?
fortisit
Posts: 11
Joined: Thu May 29, 2014 1:52 pm

Re: Nagios XI Graph accuracy

Post by fortisit »

Yes, you can close this issue.
Locked