Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
Your review has been submitted and is pending approval.
check_rrd is a perl script to query data in rrd databases. It uses rrd::poller and nagios::plugins.
Current Version
Last Release Date
May 28, 2009
Owner
Nagios Exchange
Website
http://nagios-fr.org/
Compatible With
check_rrd
This plugin has been created to fill the gap between tools like collectd that poll locally and put results over the network in rrd databases. It is used to query thoses databases on the Nagios server, check result against warning and critical value and give back result to Nagios.
This would be a sample query: ./check_rrd.pl -R rra_file.rrd --ds data_source -w100 -c150 --start -10min --end -5min The important thing is the --end -5min, if you use now, the last value might be a NAN, then it would always give a CRITICAL (because there are NaN values)
/usr/local/src> sudo ./check_rrd -F /usr/local/nagios/libexec/reqs_2647.rrd -D reqs -w 30 -c 50 Argument "" isn't numeric in numeric le (cal/perl-5.16.1/lib/site_perl/5.16.1/Nagios/Plugin/Range.pm line 98. RRD OK - : I having some trouble pulling values with higher versions of perl than 5.8.
You must be logged in to submit a review.
To:
From: