Performance graph showing AVG value

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mejokj
Posts: 353
Joined: Mon Jul 22, 2013 10:31 pm

Performance graph showing AVG value

Post by mejokj »

Hi Team,

I have created check_log plugin for monitoring alert, but the graph value is showing always the average value in graph. So i could not find the exact count of alert.

CLI output

Warning: 20 | datalost= 20

Graph should show value 20, but it is showing the average value

Please find the attached screenshot.

Thanks,
You do not have the required permissions to view the files attached to this post.
mejokj
Posts: 353
Joined: Mon Jul 22, 2013 10:31 pm

Re: Performance graph showing AVG value

Post by mejokj »

Attached the complete screenshot
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: Performance graph showing AVG value

Post by benjaminsmith »

Hello @mejokj

Nagis XI uses RRDs (round robin database) files to store time-series performance data and limit storage requirements. The size of each rrd file remains the same over time and this is accomplished by using consolidation functions ( average, min, max) for primary data points. This is necessary as large XI systems will have thousands of host and services requiring performance graphs.

If you hover over the graph for the most recent data point, it should be close to the actual plugin value, but there will be some difference.

https://oss.oetiker.ch/rrdtool/tut/rrdtutorial.en.html
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