check_nrpe_wrapper: libdir is not respected
check_nrpe_wrapper has /usr/lib/nagios/plugins/check_nrpe
hard-coded as check_nrpe binary directory. However, this breaks e.g. on newer Gentoo systems with plugins located in /usr/lib64/nagios/plugins
. The best approach is probably just calling $(dirname ${0})/check_nrpe
instead.