Comments on: How to Add Linux Host to Nagios Monitoring Server Using NRPE Plugin https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 23 Mar 2023 06:14:48 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/comment-page-3/#comment-1987513 Thu, 23 Mar 2023 06:14:48 +0000 http://www.tecmint.com/?p=4682#comment-1987513 In reply to Pratik.

@Pratik,

You must install Nagios-Plugins, NRPE, and Xinetd on a remote Linux host that you want to monitor under the Nagios server.

]]>
By: Souleymane https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/comment-page-3/#comment-1955589 Wed, 01 Feb 2023 16:28:31 +0000 http://www.tecmint.com/?p=4682#comment-1955589 I got the following error while running the make all command.

# make all

./nrpe.c:287:9: warning: ‘ENGINE_load_builtin_engines’ is deprecated: 
Since OpenSSL 3.0 [-Wdeprecated-declarations]
  287 |         ENGINE_load_builtin_engines();
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~

So I fixed it by using the latest version nrpe-4.1 from github:

$ wget https://github.com/NagiosEnterprises/nrpe/releases/download/nrpe-4.1.0/nrpe-4.1.0.tar.gz
]]>
By: Naresh https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/comment-page-3/#comment-1825979 Wed, 15 Jun 2022 02:28:26 +0000 http://www.tecmint.com/?p=4682#comment-1825979 I am getting an error that says:

“Redirecting to /bin/systemctl start nagios.service

Job for nagios.service failed because the control process exited with an error code. See “systemctl status nagios.service” and “journalctl -xe” for details.”

]]>
By: Tim Perkins https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/comment-page-3/#comment-1798420 Tue, 17 May 2022 23:00:09 +0000 http://www.tecmint.com/?p=4682#comment-1798420 In reply to Tim Perkins.

Solved it, see this article:

https://support.nagios.com/kb/article.php?id=515

]]>
By: Tim Perkins https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/comment-page-3/#comment-1798403 Tue, 17 May 2022 22:11:27 +0000 http://www.tecmint.com/?p=4682#comment-1798403 In reply to Gautam Kumar.

I am also getting:

make: *** No rule to make target `install-daemon-config'.  Stop.

What do we need to do to work around that?

]]>