Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_rrd
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
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.
Reviews (2)
byaseques, May 13, 2013
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)
./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)
bydxk9_dtman, December 4, 2012
/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.
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.