Random Project

Note for SuSE Linux users (and others)

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 🙂