|
我在安装nrpe的插件时出现下面问题 请高手教我
[root@center-2 nrpe-1.8]# make all
cd ./src/; make ; cd ..
make[1]: Entering directory `/root/nrpe-1.8/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/nrpe-1.8/src'
*** Compile finished ***
If the NRPE daemon and client compiled without any errors, you
can continue with installation. The NRPE daemon and client
binaries are located in the src/ subdirectory.
** If this is your monitoring host **
- Copy the check_nrpe client to the directory that
contains your Nagios plugins.
- Create a command definition in your Nagios config
file for the NRPE client. See the README file for
more info on doing this.
** If this host will be running the NRPE daemon **
- Copy the nrpe daemon to /usr/sbin, /usr/local/nagios
or wherever you feel it fits best.
- Copy the sample nrpe.cfg config file to /etc,
/usr/local/nagios or wherever you feel it fits best.
- Modify the /etc/services file and configure NRPE to
run under inetd, xinetd, or as a standalone daemon.
See the README file for more info on doing this.
[root@center-2 nrpe-1.8]# make install-plugin
make: *** 没有规则可以创建目标“install-plugin”。 停止。 |
|