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. Fri, 17 Jan 2025 05:01:46 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/comment-page-3/#comment-2261690 Fri, 17 Jan 2025 05:01:46 +0000 http://www.tecmint.com/?p=4682#comment-2261690 In reply to Rajan Dubey.

@Rajan,

Yes, if you’re using Nagios XI, it provides a user-friendly web interface that allows you to add remote servers easily.

]]>
By: Rajan Dubey https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/comment-page-3/#comment-2261316 Thu, 16 Jan 2025 09:56:48 +0000 http://www.tecmint.com/?p=4682#comment-2261316 Can I add a remote server using the Nagios GUI?

]]>
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.”

]]>