<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Add Linux Host to Nagios Monitoring Server Using NRPE Plugin	</title>
	<atom:link href="https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sun, 05 Oct 2025 19:12:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: chandrakant		</title>
		<link>https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/comment-page-3/#comment-2348282</link>

		<dc:creator><![CDATA[chandrakant]]></dc:creator>
		<pubDate>Sun, 05 Oct 2025 19:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4682#comment-2348282</guid>

					<description><![CDATA[I am getting this error for ./configure command


[root@localhost nagios-plugins-2.3.3]# ./configure
configure: error: working directory cannot be determined]]></description>
			<content:encoded><![CDATA[<p>I am getting this error for ./configure command</p>
<p>[root@localhost nagios-plugins-2.3.3]# ./configure<br />
configure: error: working directory cannot be determined</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/comment-page-3/#comment-2261690</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 17 Jan 2025 05:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4682#comment-2261690</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/comment-page-3/#comment-2261316&quot;&gt;Rajan Dubey&lt;/a&gt;.

@Rajan,

Yes, if you&#039;re using &lt;strong&gt;Nagios XI&lt;/strong&gt;, it provides a user-friendly web interface that allows you to add remote servers easily.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/comment-page-3/#comment-2261316">Rajan Dubey</a>.</p>
<p>@Rajan,</p>
<p>Yes, if you&#8217;re using <strong>Nagios XI</strong>, it provides a user-friendly web interface that allows you to add remote servers easily.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rajan Dubey		</title>
		<link>https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/comment-page-3/#comment-2261316</link>

		<dc:creator><![CDATA[Rajan Dubey]]></dc:creator>
		<pubDate>Thu, 16 Jan 2025 09:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4682#comment-2261316</guid>

					<description><![CDATA[Can I add a remote server using the Nagios GUI?]]></description>
			<content:encoded><![CDATA[<p>Can I add a remote server using the Nagios GUI?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/comment-page-3/#comment-1987513</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 23 Mar 2023 06:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4682#comment-1987513</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/comment-page-3/#comment-1451604&quot;&gt;Pratik&lt;/a&gt;.

@Pratik,

You must install Nagios-Plugins, NRPE, and Xinetd on a remote Linux host that you want to monitor under the Nagios server.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/comment-page-3/#comment-1451604">Pratik</a>.</p>
<p>@Pratik,</p>
<p>You must install Nagios-Plugins, NRPE, and Xinetd on a remote Linux host that you want to monitor under the Nagios server.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Souleymane		</title>
		<link>https://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/comment-page-3/#comment-1955589</link>

		<dc:creator><![CDATA[Souleymane]]></dc:creator>
		<pubDate>Wed, 01 Feb 2023 16:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4682#comment-1955589</guid>

					<description><![CDATA[I got the following error while running the &lt;code&gt;make all&lt;/code&gt; command.
&lt;pre&gt;
# make all

./nrpe.c:287:9: warning: ‘ENGINE_load_builtin_engines’ is deprecated: 
Since OpenSSL 3.0 [-Wdeprecated-declarations]
  287 &#124;         ENGINE_load_builtin_engines();
      &#124;         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;/pre&gt;
So I fixed it by using the latest version nrpe-4.1 from github:
&lt;pre&gt;
$ wget https://github.com/NagiosEnterprises/nrpe/releases/download/nrpe-4.1.0/nrpe-4.1.0.tar.gz
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>I got the following error while running the <code>make all</code> command.</p>
<pre>
# make all

./nrpe.c:287:9: warning: ‘ENGINE_load_builtin_engines’ is deprecated: 
Since OpenSSL 3.0 [-Wdeprecated-declarations]
  287 |         ENGINE_load_builtin_engines();
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
</pre>
<p>So I fixed it by using the latest version nrpe-4.1 from github:</p>
<pre>
$ wget https://github.com/NagiosEnterprises/nrpe/releases/download/nrpe-4.1.0/nrpe-4.1.0.tar.gz
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
