<?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: Icinga Web 0.9.0 alpha is revealed!</title>
	<atom:link href="http://www.icinga.org/2009/10/29/icinga-web-0-9-0-alpha-is-reveiled/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.icinga.org/2009/10/29/icinga-web-0-9-0-alpha-is-reveiled/</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 21:53:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John Greenhalgh</title>
		<link>https://www.icinga.org/2009/10/29/icinga-web-0-9-0-alpha-is-reveiled/comment-page-1/#comment-552</link>
		<dc:creator>John Greenhalgh</dc:creator>
		<pubDate>Fri, 06 Nov 2009 15:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.icinga.org/?p=1319#comment-552</guid>
		<description>Great news!

Is there any chance that it can be added to the demo system at www.icinga.org ?</description>
		<content:encoded><![CDATA[<p>Great news!</p>
<p>Is there any chance that it can be added to the demo system at <a href="http://www.icinga.org" rel="nofollow">http://www.icinga.org</a> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Friedrich</title>
		<link>https://www.icinga.org/2009/10/29/icinga-web-0-9-0-alpha-is-reveiled/comment-page-1/#comment-484</link>
		<dc:creator>Michael Friedrich</dc:creator>
		<pubDate>Mon, 02 Nov 2009 14:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.icinga.org/?p=1319#comment-484</guid>
		<description>@Andreas

Next time please chose the mailinglists, blogpost answers are a bit unusal for support ;)

But yes you are right - this connection handler needs to be adapted the right way fitting your DB connection parameters. I&#039;m not sure why this is not pointed out exactly in the install-fromscratch.txt but I will hand that over for the real documentation then.

But glad to hear you got it working. The next release will include an installscript, but for this alpha release there was not really time to add this.</description>
		<content:encoded><![CDATA[<p>@Andreas</p>
<p>Next time please chose the mailinglists, blogpost answers are a bit unusal for support ;)</p>
<p>But yes you are right &#8211; this connection handler needs to be adapted the right way fitting your DB connection parameters. I&#8217;m not sure why this is not pointed out exactly in the install-fromscratch.txt but I will hand that over for the real documentation then.</p>
<p>But glad to hear you got it working. The next release will include an installscript, but for this alpha release there was not really time to add this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Geringer</title>
		<link>https://www.icinga.org/2009/10/29/icinga-web-0-9-0-alpha-is-reveiled/comment-page-1/#comment-483</link>
		<dc:creator>Andreas Geringer</dc:creator>
		<pubDate>Mon, 02 Nov 2009 14:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.icinga.org/?p=1319#comment-483</guid>
		<description>Also found out, that without
error_reporting = E_ALL  &amp; ~E_NOTICE &amp; ~E_DEPRECATED &amp; ~E_USER_DEPRECATED
in the php.ini with PHP Version 5.3.0 the web_gui get some javascript-errors and don&#039;t show up data like hosts.</description>
		<content:encoded><![CDATA[<p>Also found out, that without<br />
error_reporting = E_ALL  &amp; ~E_NOTICE &amp; ~E_DEPRECATED &amp; ~E_USER_DEPRECATED<br />
in the php.ini with PHP Version 5.3.0 the web_gui get some javascript-errors and don&#8217;t show up data like hosts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Geringer</title>
		<link>https://www.icinga.org/2009/10/29/icinga-web-0-9-0-alpha-is-reveiled/comment-page-1/#comment-482</link>
		<dc:creator>Andreas Geringer</dc:creator>
		<pubDate>Mon, 02 Nov 2009 14:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.icinga.org/?p=1319#comment-482</guid>
		<description>ok, found the problem, after some debugging ...

changing the database.xml
from
mysql://icinga_web:icinga_web@127.0.0.1:3306/icinga_web
to
mysql://icinga:mypsw@127.0.0.1:3306/icinga_web

solved the problem now. Tried that before. Don&#039;t know why it now helped.</description>
		<content:encoded><![CDATA[<p>ok, found the problem, after some debugging &#8230;</p>
<p>changing the database.xml<br />
from<br />
mysql://icinga_web:icinga_web@127.0.0.1:3306/icinga_web<br />
to<br />
mysql://icinga:mypsw@127.0.0.1:3306/icinga_web</p>
<p>solved the problem now. Tried that before. Don&#8217;t know why it now helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Geringer</title>
		<link>https://www.icinga.org/2009/10/29/icinga-web-0-9-0-alpha-is-reveiled/comment-page-1/#comment-481</link>
		<dc:creator>Andreas Geringer</dc:creator>
		<pubDate>Mon, 02 Nov 2009 14:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.icinga.org/?p=1319#comment-481</guid>
		<description>changed in the .htacess to /, but then I get a 404 Not found error:
[Mon Nov 02 14:45:25 2009] [error] [client 192.168.194.150] script &#039;/var/www/html/index.php&#039; not found or unable to stat

Tested also with a own index.php with an echo. This works with the given configfiles from pastebin. 

So I don&#039;t think this is the error. Somethin with Agavi is wrong or my configuration?

http://de.pastebin.ca/1653032 database.xml 
- I will use the icinga-mysql-user to connect to icinga_web-database. Do the icinga_web:icinga_web in the dsn-paramter keep as it is, or must I change it from

mysql://icinga_web:icinga_web@127.0.0.1:3306/icinga_web

to

mysql://icinga:mypsw@127.0.0.1:3306/icinga_web

http://de.pastebin.ca/1653037 icinga.xml
- I set a absolut path for .

@Michael Friedrich
thanks for support so far</description>
		<content:encoded><![CDATA[<p>changed in the .htacess to /, but then I get a 404 Not found error:<br />
[Mon Nov 02 14:45:25 2009] [error] [client 192.168.194.150] script &#8216;/var/www/html/index.php&#8217; not found or unable to stat</p>
<p>Tested also with a own index.php with an echo. This works with the given configfiles from pastebin. </p>
<p>So I don&#8217;t think this is the error. Somethin with Agavi is wrong or my configuration?</p>
<p><a href="http://de.pastebin.ca/1653032" rel="nofollow">http://de.pastebin.ca/1653032</a> database.xml<br />
- I will use the icinga-mysql-user to connect to icinga_web-database. Do the icinga_web:icinga_web in the dsn-paramter keep as it is, or must I change it from</p>
<p>mysql://icinga_web:icinga_web@127.0.0.1:3306/icinga_web</p>
<p>to</p>
<p>mysql://icinga:mypsw@127.0.0.1:3306/icinga_web</p>
<p><a href="http://de.pastebin.ca/1653037" rel="nofollow">http://de.pastebin.ca/1653037</a> icinga.xml<br />
- I set a absolut path for .</p>
<p>@Michael Friedrich<br />
thanks for support so far</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Friedrich</title>
		<link>https://www.icinga.org/2009/10/29/icinga-web-0-9-0-alpha-is-reveiled/comment-page-1/#comment-479</link>
		<dc:creator>Michael Friedrich</dc:creator>
		<pubDate>Mon, 02 Nov 2009 13:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.icinga.org/?p=1319#comment-479</guid>
		<description>mh for what I can tell I think your rewritebase in .htaccess is wrong - just use / instead of /icinga-web (since you are pointing to icinga-web already with your apache settings)</description>
		<content:encoded><![CDATA[<p>mh for what I can tell I think your rewritebase in .htaccess is wrong &#8211; just use / instead of /icinga-web (since you are pointing to icinga-web already with your apache settings)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Geringer</title>
		<link>https://www.icinga.org/2009/10/29/icinga-web-0-9-0-alpha-is-reveiled/comment-page-1/#comment-478</link>
		<dc:creator>Andreas Geringer</dc:creator>
		<pubDate>Mon, 02 Nov 2009 12:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.icinga.org/?p=1319#comment-478</guid>
		<description>Here is more Info: http://de.pastebin.ca/1652875

I think I found the problem. Tested to add echo &quot;test&quot; in the index.php. Test1 shows up in webinterface, test2 not. Seems that something is wrong with Agavi. Ideas?

// +---------------------------------------------------------------------------+
// &#124; An absolute filesystem path to the agavi/agavi.php script.                &#124;
// +---------------------------------------------------------------------------+
require (dirname(dirname(__FILE__)). &#039;/lib/agavi/src/agavi.php&#039;);

// +---------------------------------------------------------------------------+
// &#124; An absolute filesystem path to our app/config.php script.                 &#124;
// +---------------------------------------------------------------------------+
// Not needed, we work with bootstrap events
require(&#039;../app/config.php&#039;);


echo &#039;test1&#039;; // showes up

// +---------------------------------------------------------------------------+
// &#124; Initialize the framework. You may pass an environment name to this method.&#124;
// &#124; By default the &#039;development&#039; environment sets Agavi into a debug mode.    &#124;
// &#124; In debug mode among other things the cache is cleaned on every request.   &#124;
// +---------------------------------------------------------------------------+
Agavi::bootstrap(&#039;development&#039;);

echo &#039;test2&#039;; // don&#039;t showes up

// Setting the running context to web ...
AgaviConfig::set(&#039;core.default_context&#039;, &#039;web&#039;);

// Initialize the appkit framework
AppKit::bootstrap();

// +---------------------------------------------------------------------------+
// &#124; Call the controller&#039;s dispatch method on the default context              &#124;
// +---------------------------------------------------------------------------+

// AppKitEventDispatcher::getInstance()-&gt;triggerSimpleEvent(&#039;agavi.dispatch&#039;, &#039;Agavi is starting its container&#039;);

AgaviContext::getInstance(&#039;web&#039;)-&gt;getController()-&gt;dispatch();

// AppKitEventDispatcher::getInstance()-&gt;triggerSimpleEvent(&#039;agavi.afterdispatch&#039;, &#039;Agavi stoped, response is served&#039;);

exit (0);</description>
		<content:encoded><![CDATA[<p>Here is more Info: <a href="http://de.pastebin.ca/1652875" rel="nofollow">http://de.pastebin.ca/1652875</a></p>
<p>I think I found the problem. Tested to add echo &#8220;test&#8221; in the index.php. Test1 shows up in webinterface, test2 not. Seems that something is wrong with Agavi. Ideas?</p>
<p>// +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
// | An absolute filesystem path to the agavi/agavi.php script.                |<br />
// +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
require (dirname(dirname(__FILE__)). &#8216;/lib/agavi/src/agavi.php&#8217;);</p>
<p>// +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
// | An absolute filesystem path to our app/config.php script.                 |<br />
// +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
// Not needed, we work with bootstrap events<br />
require(&#8216;../app/config.php&#8217;);</p>
<p>echo &#8216;test1&#8242;; // showes up</p>
<p>// +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
// | Initialize the framework. You may pass an environment name to this method.|<br />
// | By default the &#8216;development&#8217; environment sets Agavi into a debug mode.    |<br />
// | In debug mode among other things the cache is cleaned on every request.   |<br />
// +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
Agavi::bootstrap(&#8216;development&#8217;);</p>
<p>echo &#8216;test2&#8242;; // don&#8217;t showes up</p>
<p>// Setting the running context to web &#8230;<br />
AgaviConfig::set(&#8216;core.default_context&#8217;, &#8216;web&#8217;);</p>
<p>// Initialize the appkit framework<br />
AppKit::bootstrap();</p>
<p>// +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
// | Call the controller&#8217;s dispatch method on the default context              |<br />
// +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+</p>
<p>// AppKitEventDispatcher::getInstance()-&gt;triggerSimpleEvent(&#8216;agavi.dispatch&#8217;, &#8216;Agavi is starting its container&#8217;);</p>
<p>AgaviContext::getInstance(&#8216;web&#8217;)-&gt;getController()-&gt;dispatch();</p>
<p>// AppKitEventDispatcher::getInstance()-&gt;triggerSimpleEvent(&#8216;agavi.afterdispatch&#8217;, &#8216;Agavi stoped, response is served&#8217;);</p>
<p>exit (0);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Spycher</title>
		<link>https://www.icinga.org/2009/10/29/icinga-web-0-9-0-alpha-is-reveiled/comment-page-1/#comment-477</link>
		<dc:creator>Thomas Spycher</dc:creator>
		<pubDate>Mon, 02 Nov 2009 09:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.icinga.org/?p=1319#comment-477</guid>
		<description>Wohoo... Got the new icinga interface working!!!

There is a important setting in the idomod.cfg file. At the end of this config file is the option &quot;config_output_option&quot; which has to be set to 3.
After restarting all the deamons icinga will write ALL data from the configs to the db!</description>
		<content:encoded><![CDATA[<p>Wohoo&#8230; Got the new icinga interface working!!!</p>
<p>There is a important setting in the idomod.cfg file. At the end of this config file is the option &#8220;config_output_option&#8221; which has to be set to 3.<br />
After restarting all the deamons icinga will write ALL data from the configs to the db!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erster Release Candidate des Nagios-Forks Icinga ver</title>
		<link>https://www.icinga.org/2009/10/29/icinga-web-0-9-0-alpha-is-reveiled/comment-page-1/#comment-469</link>
		<dc:creator>Erster Release Candidate des Nagios-Forks Icinga ver</dc:creator>
		<pubDate>Fri, 30 Oct 2009 18:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.icinga.org/?p=1319#comment-469</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Friedrich</title>
		<link>https://www.icinga.org/2009/10/29/icinga-web-0-9-0-alpha-is-reveiled/comment-page-1/#comment-465</link>
		<dc:creator>Michael Friedrich</dc:creator>
		<pubDate>Fri, 30 Oct 2009 14:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.icinga.org/?p=1319#comment-465</guid>
		<description>i&#039;m missing the 

&lt;code&gt;&lt; IfModule mod_rewrite.c&gt;
&lt; /IfModule&gt;&lt;/code&gt;

in yout config. maybe you pastebin the content. if you are talking about a 500 error you should at least find those entries in you error logs. maybe the httpd config is set not to output any logs?

i also would recommend creating a new file icinga-web.conf and put it into conf.d directory, with the provided information (alias and allowoverride).</description>
		<content:encoded><![CDATA[<p>i&#8217;m missing the </p>
<p><code>< IfModule mod_rewrite.c><br />
< /IfModule></code></p>
<p>in yout config. maybe you pastebin the content. if you are talking about a 500 error you should at least find those entries in you error logs. maybe the httpd config is set not to output any logs?</p>
<p>i also would recommend creating a new file icinga-web.conf and put it into conf.d directory, with the provided information (alias and allowoverride).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

