我在Ubuntu存储库的远程机器上安装了nagios nrpe。
sudo apt-get install nagios-nrpe-server,以及具有以下功能的插件:
sudo apt-get install nagios-plugins-basic nagios-plugins nagios-plugins-extra安装之后,/usr/lib/nagios/plugins中缺少check_nrpe。
我怎样才能解决这个问题?我对这个nagios真的很陌生。
发布于 2014-07-02 15:12:39
您已经在要从Nagios监视的服务器上安装了Nagios-nrpe-服务器包。这确实是以这种方式在任何服务器上提供NRPE守护进程所需的包。
在Nagios服务器上,您需要安装nagios-nrpe-plugin包。此软件包将在Nagios服务器上安装check_nrpe插件:
> sudo apt-get install nagios-nrpe-plugin
> cd /usr/lib/nagios/plugins/
> ls check_nr*
check_nrpehttps://askubuntu.com/questions/490740
复制相似问题