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,
Performance graph showing AVG value
Performance graph showing AVG value
You do not have the required permissions to view the files attached to this post.
Re: Performance graph showing AVG value
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
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
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!