Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
vmarzlin
byvmarzlin, September 1, 2010
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 :)
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 :)
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
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