Build precise queries to find exactly what you need
Press ESC to close
@vmarzlin
Favorites0
Views
Projects0
First thanks for this add-on. I just have a problem using it... ./check_rrd.pl -R /usr/share/cacti/site/rra/sec-001-prd-mgw_cpu_per_1329.rrd --ds cpu_per -w40 -c50 -v CHECK_RRD CRITICAL - AVERAGE: 4.91611111111111 | cpu_per.AVERAGE.average=4.91611111111111;40;50 The returned value is 4.91611111111111, so this value is
Reviewed 15 years ago
Good job! I just want to say 2 different things: - on SuSE distribution, the utils.pm is located in /usr/lib/nagios/plugins directory (it's included in nagios-plugins package). So you need to correct line 30 of the script with: use lib "/usr/lib/nagios/plugins"; - also, is not written in the information page of check_rsync, but this plugin is using rsync command, so it must be installed also on the Nagios server. Anyway, it's working fine :)