<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lars Schenk &#187; Nagios</title>
	<atom:link href="http://lars-schenk.com/tag/nagios/feed" rel="self" type="application/rss+xml" />
	<link>http://lars-schenk.com</link>
	<description>IT-Services :: Software-Development since 1980 :: Freelancer since 1988</description>
	<lastBuildDate>Thu, 10 Jun 2010 22:51:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Nagios commands via web-interface on Debian</title>
		<link>http://lars-schenk.com/nagios-commands-via-web-interface-on-debian/446</link>
		<comments>http://lars-schenk.com/nagios-commands-via-web-interface-on-debian/446#comments</comments>
		<pubDate>Tue, 24 Feb 2009 21:58:15 +0000</pubDate>
		<dc:creator>Lars Schenk</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[tech-recipes]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Nagios]]></category>

		<guid isPermaLink="false">http://lars-schenk.com/?p=446</guid>
		<description><![CDATA[Ups, I did it again &#8211; when I upgraded to Debian GNU/Linux 5 (lenny) and Nagios3 I stumbled about this nagios error when I try to send directs commands via the web-interface: Error: Could not stat() command file ‘/var/lib/nagios3/rw/nagios.cmd’! In &#8220;/etc/nagios3/nagios.cfg&#8221; the &#8220;check_external_commands=1&#8243; was already set. So there was something more required to make it [...]]]></description>
			<content:encoded><![CDATA[<p>Ups, I did it again &#8211; when I upgraded to Debian GNU/Linux 5 (lenny) and Nagios3 I stumbled about this nagios error when I try to send directs commands via the web-interface:</p>
<blockquote><p>Error: Could not stat() command file ‘/var/lib/nagios3/rw/nagios.cmd’!</p></blockquote>
<p>In &#8220;/etc/nagios3/nagios.cfg&#8221; the &#8220;check_external_commands=1&#8243; was already set. So there was something more required to make it run on Debian&#8230; </p>
<p>Deep in my memory I know that there was a debian way to solve this user right related problem. This time I&#8217;ll write it down here &#8211; perhaps I&#8217;ll find it more easily when I upgrade to Debian GNU/Linux 6.0 (codenamed squeeze) and/or Nagios4.</p>
<blockquote><p>/etc/init.d/nagios3 stop<br />
dpkg-statoverride &#8211;update &#8211;add nagios www-data 2710 /var/lib/nagios3/rw<br />
dpkg-statoverride &#8211;update &#8211;add nagios nagios 751 /var/lib/nagios3<br />
/etc/init.d/nagios3 start
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://lars-schenk.com/nagios-commands-via-web-interface-on-debian/446/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
