Graphs don't represent integer data properly

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
nicholashadaway
Posts: 31
Joined: Thu Sep 05, 2019 1:03 pm

Graphs don't represent integer data properly

Post by nicholashadaway »

I have a check that returns values of 0-4 (integer), but the graph doesn't represent those integer values. Attached shows the graph I get which has varying decimal values for check values instead of (0,1,2,3,4)
You do not have the required permissions to view the files attached to this post.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Graphs don't represent integer data properly

Post by benjaminsmith »

Hi Nicholas,

In Nagios XI, the performance data is stored in RRD (round-robin database) files. The files remain the same size regardless of how long the Nagios XI server has been collecting data. On large installs, this prevents the performance data from using up excessive amounts of drive space.

When the plugin data is returned, RRDtool will create consolidated data points from min.max and average calculations and this is what is shown in the graph. In other words, the plots on the graph are not directly taken from plugin output.

Hope that helps answer your question. Let me know if you need clarification on anything.

Reference:
Wikipedia RRDtool
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!
Locked