Ubuntu和Redhat安装nrpe

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu和Redhat安装nrpe相关的知识,希望对你有一定的参考价值。

客户端安装nrpe插件:

Ubuntu:

useradd -s /sbin/nologin -M nagios

apt-get install nagios-nrpe-server nagios-plugins

编辑nrpe配置文件

vi /etc/nagios/nrpe.cfg

allowed_hosts=127.0.0.1,10.0.0.2?? (默认为allowed_hosts=127.0.0.1)dont_blame_nrpe=1
:wq

启动nrpe

service nagios-nrpe-server start??

Redhat:?

rpm -i perl-Crypt-DES perl-NET-SNMP fping perl-Digest-SHA1 perl-Digest-HMACperl-Socket6? (需要下载,有的本地yum里有)

rpm -i nagios-plugins-1.4.16-1.el6.rf.x86_64.rpm

rpm -i nagios-nrpe-2.14-1.el6.rf.x86_64.rpm? (需要下载)

vi /etc/nagios/nrpe.cfg ?(command都需加sudo)

?command[check_cpu]=sudo /usr/lib64/nagios/plugins/check_snmp_load.pl -H 127.0.0.1 -C ‘xxxxx‘ -w 80 -c 90 --perf
allowed_hosts=127.0.0.1,10.0.0.2?? (默认为allowed_hosts=127.0.0.1)
dont_blame_nrpe=1
:wq

启动nrpe

service nrpe start

vi /etc/sudoers (此处不配会报NRPE: Unable to read output)

nagios ALL=(ALL) NOPASSWD:/usr/lib64/nagios/plugins/*

#Defaults ? ?requiretty
:wq
?记得开防火墙端口(199、5666,即snmp和nrpe)

vi /etc/sysconfig/iptables?

-A INPUT–p tcp –dport 199 –j ACCEPT
-A INPUT–p tcp –dport 5666 –j ACCEPT
:wq

service iptables restart

以上是关于Ubuntu和Redhat安装nrpe的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu 中的 GRUB 和 RedHat Linux 中的 GRUB [关闭]

ubuntu安装只有redhat版本的454分析软件

Ubuntu的软件安装

Ubuntu18.04安装教程

Linux命令小结

redhat安装wine