<?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: Installing Nagios with MacPorts</title>
	<atom:link href="http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/feed/" rel="self" type="application/rss+xml" />
	<link>http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 19:34:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mike (owner)</title>
		<link>http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/comment-page-1/#comment-20600</link>
		<dc:creator>Mike (owner)</dc:creator>
		<pubDate>Tue, 24 May 2011 22:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/#comment-20600</guid>
		<description>Thanks, I&#039;ve updated to fix the errors you pointed out.</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ve updated to fix the errors you pointed out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Stromer</title>
		<link>http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/comment-page-1/#comment-15951</link>
		<dc:creator>Steven Stromer</dc:creator>
		<pubDate>Fri, 15 Apr 2011 22:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/#comment-15951</guid>
		<description>Awesome post. Thanks! A few minor comments...

1. In step 6, -P must be lowercase:
sudo mkdir -p /opt/local/var/nagios/spool/checkresults

2. In step 5, sudo is repeated twice, and for those using the default apache install, htpasswd binary is located in the default path:
sudo sudo /opt/local/apache2/bin/htpasswd -c /opt/local/etc/nagios/htpasswd.users nagiosadmin

would then be:
sudo htpasswd -c /opt/local/etc/nagios/htpasswd.users nagiosadmin</description>
		<content:encoded><![CDATA[<p>Awesome post. Thanks! A few minor comments&#8230;</p>
<p>1. In step 6, -P must be lowercase:<br />
sudo mkdir -p /opt/local/var/nagios/spool/checkresults</p>
<p>2. In step 5, sudo is repeated twice, and for those using the default apache install, htpasswd binary is located in the default path:<br />
sudo sudo /opt/local/apache2/bin/htpasswd -c /opt/local/etc/nagios/htpasswd.users nagiosadmin</p>
<p>would then be:<br />
sudo htpasswd -c /opt/local/etc/nagios/htpasswd.users nagiosadmin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike (owner)</title>
		<link>http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/comment-page-1/#comment-2100</link>
		<dc:creator>Mike (owner)</dc:creator>
		<pubDate>Tue, 13 Oct 2009 16:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/#comment-2100</guid>
		<description>I&#039;ve fixed the mistake in step 4, thanks for that. I didn&#039;t get very far with this, Nagios seems more painful to configure than any piece of software should ever be. For a network that&#039;s constantly adding and updating devices, it&#039;s not very useful.
I can say I got the thing running successfully with these steps, but that&#039;s about as far as I got with it.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve fixed the mistake in step 4, thanks for that. I didn&#8217;t get very far with this, Nagios seems more painful to configure than any piece of software should ever be. For a network that&#8217;s constantly adding and updating devices, it&#8217;s not very useful.<br />
I can say I got the thing running successfully with these steps, but that&#8217;s about as far as I got with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mortimer Plantagenate</title>
		<link>http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/comment-page-1/#comment-2091</link>
		<dc:creator>Mortimer Plantagenate</dc:creator>
		<pubDate>Tue, 13 Oct 2009 02:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/#comment-2091</guid>
		<description>I&#039;m very appreciative someone is assuming the entire groundwork is laid by MacPorts to get this going, thanks a lot for this.
Not to be anal or anything, I still don&#039;t have this working yet in Snow Leopard or Leo(second fresh setup with 403 access denied errors) but it&#039;s only been a short while I&#039;ve been trying.
For the sake of completeness, it seems a bit out of order that the nagios-specific ScriptAlias comes before the Alias additions to the file, is that required?
It is obvious that a MacPorts-installed Apache2 is being installed as well, but that&#039;s not mentioned.
Also, step 4 assumes the working directory is  /opt/local/etc/nagios, so you may want to throw in a &quot;cd ..&quot; at the beginning of that step.
Please understand I just want to verify I&#039;m doing the steps correctly before I tinker with users and chown(wasn&#039;t there supposed to be a nagioscmd group as well?)</description>
		<content:encoded><![CDATA[<p>I&#8217;m very appreciative someone is assuming the entire groundwork is laid by MacPorts to get this going, thanks a lot for this.<br />
Not to be anal or anything, I still don&#8217;t have this working yet in Snow Leopard or Leo(second fresh setup with 403 access denied errors) but it&#8217;s only been a short while I&#8217;ve been trying.<br />
For the sake of completeness, it seems a bit out of order that the nagios-specific ScriptAlias comes before the Alias additions to the file, is that required?<br />
It is obvious that a MacPorts-installed Apache2 is being installed as well, but that&#8217;s not mentioned.<br />
Also, step 4 assumes the working directory is  /opt/local/etc/nagios, so you may want to throw in a &#8220;cd ..&#8221; at the beginning of that step.<br />
Please understand I just want to verify I&#8217;m doing the steps correctly before I tinker with users and chown(wasn&#8217;t there supposed to be a nagioscmd group as well?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clinton Blackmore</title>
		<link>http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/comment-page-1/#comment-2030</link>
		<dc:creator>Clinton Blackmore</dc:creator>
		<pubDate>Thu, 01 Oct 2009 20:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/#comment-2030</guid>
		<description>Fair enough.  Thanks.</description>
		<content:encoded><![CDATA[<p>Fair enough.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike (owner)</title>
		<link>http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/comment-page-1/#comment-2023</link>
		<dc:creator>Mike (owner)</dc:creator>
		<pubDate>Thu, 01 Oct 2009 03:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/#comment-2023</guid>
		<description>Pretty much anything I&#039;d guess. It&#039;s not a terribly complicated piece of software! &quot;sudo port install nagios&quot; is the easiest way to find out.</description>
		<content:encoded><![CDATA[<p>Pretty much anything I&#8217;d guess. It&#8217;s not a terribly complicated piece of software! &#8220;sudo port install nagios&#8221; is the easiest way to find out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clinton Blackmore</title>
		<link>http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/comment-page-1/#comment-1999</link>
		<dc:creator>Clinton Blackmore</dc:creator>
		<pubDate>Tue, 29 Sep 2009 22:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://mike.eire.ca/2009/08/17/installing-nagios-with-macports/#comment-1999</guid>
		<description>I&#039;m glad to stumble upon this.  Any ideas which variants of OS X this&#039;ll build and run on properly (Tiger Server, Leopard Client, ... ?)</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad to stumble upon this.  Any ideas which variants of OS X this&#8217;ll build and run on properly (Tiger Server, Leopard Client, &#8230; ?)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

