Random Project

Change for Debian/Ubuntu package users

Users who did apt-get install nagios-nrpe-plugin will need to change this line in the check_apchestatus.pl file:

use lib “/usr/local/nagios/libexec”;

to this:

use lib “/usr/lib/nagios/plugins”;