FreeBSD 安裝配置nrpe
成都創(chuàng)新互聯(lián)公司堅(jiān)持“要么做到,要么別承諾”的工作理念,服務(wù)領(lǐng)域包括:成都網(wǎng)站建設(shè)、成都網(wǎng)站設(shè)計(jì)、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣等服務(wù),滿(mǎn)足客戶(hù)于互聯(lián)網(wǎng)時(shí)代的漢陰網(wǎng)站設(shè)計(jì)、移動(dòng)媒體設(shè)計(jì)的需求,幫助企業(yè)找到有效的互聯(lián)網(wǎng)解決方案。努力成為您成熟可靠的網(wǎng)絡(luò)建設(shè)合作伙伴!
pw useradd nagios -d /home/nagios -s /usr/sbin/nologin
cd /usr/ports/net-mgmt/nagios-plugins/ (cd /usr/ports/security/openssl make install 可能需要)
make install
tar zxvf nrpe-2.14.tar.gz
cd nrpe-2.14
./configure
make all
make install
make install-plugin
make install-daemon
make install-daemon-config
cd /usr/local/
chown -R nagios:nagios libexec/nagios
chmod -R 775 libexec/nagios
chown -R nagios:nagios nagios/
chmod -R 775 nagios/
pkill nrpe
/usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -d
pkg_add安裝
pkg_add -r -v nagios-plugins
監(jiān)控主機(jī)測(cè)試nrpe
/usr/local/nagios/libexec/check_nrpe -H 192.16.0.70 主機(jī)端口
/usr/local/nagios/libexec/check_nrpe -H 192.16.0.67 -c check_login_procs 測(cè)試監(jiān)控進(jìn)程