Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
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 🙂