nrpe v3 на debian8

Ставим нужное
apt-get install build-essential libssl-dev git-core libsys-statistics-linux-perl nagios-plugins
Качаем исходники
cd /opt/
git clone https://github.com/NagiosEnterprises/nrpe.git
cd ./nrpe/
./configure --prefix=/etc/nagios
make nrpe

Добавим пользователя и группу, от имени которых будет работать nrpe сервер
make install-groups-users
Выполним установку сервера и конфигурационного файла
make install-daemon
make install-config

Установим стартовый скрипт
make install-init
systemctl enable /lib/systemd/system/nrpe.service

Всё ставится в /etc/nagios/
После этого нужно править конфиг /etc/nagios/etc/nrpe.cfg
Качаем скрипты
wget http://stor.friendhosting.net/work/scripts/nagios/check_disks_health.pl -O /usr/lib/nagios/plugins/check_disks_health.pl
wget http://stor.friendhosting.net/work/scripts/nagios/check_raid.sh -O /usr/lib/nagios/plugins/check_raid.sh
wget http://stor.friendhosting.net/work/scripts/nagios/check_linux_stats.pl -O /usr/lib/nagios/plugins/check_linux_stats.pl
Правим скрипты,т.к. в них пути для CentOS