<?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: Starting NRPE via launchd</title>
	<atom:link href="http://arfore.com/2008/10/12/starting-nrpe-via-launchd/feed/" rel="self" type="application/rss+xml" />
	<link>http://arfore.com/2008/10/12/starting-nrpe-via-launchd/</link>
	<description>welcome to the foremind</description>
	<lastBuildDate>Thu, 19 Apr 2012 22:19:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Mark</title>
		<link>http://arfore.com/2008/10/12/starting-nrpe-via-launchd/comment-page-1/#comment-1275</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 02 Mar 2011 14:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://arfore.com/?p=138#comment-1275</guid>
		<description>Configure nrpe with the option 

./configure --disable-ssl 
make all

and it will work. Just had the same problem here with ssl-handshake and this solved it for me.

Thanks for this great tutorial.</description>
		<content:encoded><![CDATA[<p>Configure nrpe with the option </p>
<p>./configure &#8211;disable-ssl<br />
make all</p>
<p>and it will work. Just had the same problem here with ssl-handshake and this solved it for me.</p>
<p>Thanks for this great tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Plagiarism, flattery and the Internet</title>
		<link>http://arfore.com/2008/10/12/starting-nrpe-via-launchd/comment-page-1/#comment-1188</link>
		<dc:creator>Plagiarism, flattery and the Internet</dc:creator>
		<pubDate>Mon, 25 Oct 2010 22:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://arfore.com/?p=138#comment-1188</guid>
		<description>[...] http://arfore.com/2008/10/12/starting-nrpe-via-launchd/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://arfore.com/2008/10/12/starting-nrpe-via-launchd/" rel="nofollow">http://arfore.com/2008/10/12/starting-nrpe-via-launchd/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://arfore.com/2008/10/12/starting-nrpe-via-launchd/comment-page-1/#comment-1123</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 14 May 2010 18:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://arfore.com/?p=138#comment-1123</guid>
		<description>I too am having the same issues as Thu. I really couldn’t get it working based on John’s examples… Anyone else having this problem? Anyone have a fix?</description>
		<content:encoded><![CDATA[<p>I too am having the same issues as Thu. I really couldn’t get it working based on John’s examples… Anyone else having this problem? Anyone have a fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://arfore.com/2008/10/12/starting-nrpe-via-launchd/comment-page-1/#comment-1122</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 14 May 2010 18:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://arfore.com/?p=138#comment-1122</guid>
		<description>I too am having the same issues. I really couldn&#039;t get it working based on John&#039;s examples... Anyone else having this problem? Anyone have a fix?</description>
		<content:encoded><![CDATA[<p>I too am having the same issues. I really couldn&#8217;t get it working based on John&#8217;s examples&#8230; Anyone else having this problem? Anyone have a fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oreste</title>
		<link>http://arfore.com/2008/10/12/starting-nrpe-via-launchd/comment-page-1/#comment-1120</link>
		<dc:creator>Oreste</dc:creator>
		<pubDate>Thu, 06 May 2010 12:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://arfore.com/?p=138#comment-1120</guid>
		<description>Hi all. I had similar problems under Mac OSX Server 10.6

I always encountered this error:

check_nrpe error could not complete ssl handshake

After checking the error log I noticed that the daemon crashed (and was restarted by launchd) every time a nagios would try to connect. That&#039;s why it couldn&#039;t complete the SSL handshake. 

I solved this in 2 steps:
- I chowned the /var/run/nrpe.pid file to the nagios user (in my case &quot;nagios&quot;) 
- in the plist I changed the -d with -i (meaning that nrpe should run as service, instead of standalone daemon)

that was it. I hope this helps !</description>
		<content:encoded><![CDATA[<p>Hi all. I had similar problems under Mac OSX Server 10.6</p>
<p>I always encountered this error:</p>
<p>check_nrpe error could not complete ssl handshake</p>
<p>After checking the error log I noticed that the daemon crashed (and was restarted by launchd) every time a nagios would try to connect. That&#8217;s why it couldn&#8217;t complete the SSL handshake. </p>
<p>I solved this in 2 steps:<br />
- I chowned the /var/run/nrpe.pid file to the nagios user (in my case &#8220;nagios&#8221;)<br />
- in the plist I changed the -d with -i (meaning that nrpe should run as service, instead of standalone daemon)</p>
<p>that was it. I hope this helps !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

