nagios nrpe install

./configure --with-ssl=/usr/local/openssl/ --with-ssl-inc=/usr/local/openssl/include/ 
--with-ssl-lib=/usr/local/openssl/lib/ --with-kerberos-inc=/usr/ --with-log-facility=syslog
--with-nagios-user=nagios --with-nagios-group=nagios --with-nrpe-user=nagios 
--with-nrpe-group=nagios --with-kerberos-inc=/usr/include/

make all

make install-plugin

make install-daemon

make install-daemon-config

猜你喜欢

转载自xiaolaogong.iteye.com/blog/1883712