<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Nagios installation in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nagios-installation/m-p/5109731#M49722</link>
    <description>please post your httpd.conf file (in attachment), then we can review your configuration.</description>
    <pubDate>Tue, 20 May 2008 13:55:20 GMT</pubDate>
    <dc:creator>Ervinck Kevin</dc:creator>
    <dc:date>2008-05-20T13:55:20Z</dc:date>
    <item>
      <title>Nagios installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nagios-installation/m-p/5109728#M49719</link>
      <description>I have completed the installation steps.&lt;BR /&gt;But when entering web interface am getting this type of error.&lt;BR /&gt;&lt;BR /&gt;The requested URL /nagios/cgi-bin was not found on this server.&lt;BR /&gt;Apache/2.2.0 (Fedora) Server at 192.168.1.148 Port 80&lt;BR /&gt;how to overcome this error.&lt;BR /&gt;Please help me out. points assured.Thanks in advance.</description>
      <pubDate>Tue, 20 May 2008 10:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nagios-installation/m-p/5109728#M49719</guid>
      <dc:creator>sandeep mathur</dc:creator>
      <dc:date>2008-05-20T10:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Nagios installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nagios-installation/m-p/5109729#M49720</link>
      <description>How did you installed nagios?&lt;BR /&gt;&lt;BR /&gt;That means that you have a problem with the installation directory and the apache configuration. Check your nagios alias in /etc/httpd/conf and your installation directory.</description>
      <pubDate>Tue, 20 May 2008 13:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nagios-installation/m-p/5109729#M49720</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-05-20T13:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Nagios installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nagios-installation/m-p/5109730#M49721</link>
      <description>I have followed steps that are required for installation of nagios in linux.&lt;BR /&gt;I have installed it on linux.&lt;BR /&gt; can i change the port of nagios how can i change it</description>
      <pubDate>Tue, 20 May 2008 13:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nagios-installation/m-p/5109730#M49721</guid>
      <dc:creator>sandeep mathur</dc:creator>
      <dc:date>2008-05-20T13:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Nagios installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nagios-installation/m-p/5109731#M49722</link>
      <description>please post your httpd.conf file (in attachment), then we can review your configuration.</description>
      <pubDate>Tue, 20 May 2008 13:55:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nagios-installation/m-p/5109731#M49722</guid>
      <dc:creator>Ervinck Kevin</dc:creator>
      <dc:date>2008-05-20T13:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Nagios installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nagios-installation/m-p/5109732#M49723</link>
      <description>This is using source code downloaded from &lt;A href="http://www.nagios.org" target="_blank"&gt;www.nagios.org&lt;/A&gt; as opposed to the rpms (which are always a bit behind the latest). Your installation may differ slightly if you used rpms. &lt;BR /&gt;&lt;BR /&gt;Apache2 config for nagios:&lt;BR /&gt;&lt;BR /&gt;testserv:/etc/apache2/conf.d # cat nagios.conf&lt;BR /&gt;ScriptAlias /nagios/cgi-bin/ /usr/local/nagios/sbin/&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;   AllowOverride AuthConfig&lt;BR /&gt;   Options ExecCGI&lt;BR /&gt;   order deny,allow&lt;BR /&gt;   deny from all&lt;BR /&gt;   allow from all&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Alias /nagios/ /usr/local/nagios/share/&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;   AllowOverride AuthConfig&lt;BR /&gt;   Options None&lt;BR /&gt;   order deny,allow&lt;BR /&gt;   deny from all&lt;BR /&gt;   allow from all&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have htpasswd.users file set up under /etc/apache2/secrets for access to Nagios. Don't forget the associated .htacces file.&lt;BR /&gt;&lt;BR /&gt;A listing of the installation directory.&lt;BR /&gt;&lt;BR /&gt;testserv:/ # ls -l /usr/local/nagios&lt;BR /&gt;total 2&lt;BR /&gt;drwxrwxr-x   7 nagios nagios  192 Nov  1  2006 .&lt;BR /&gt;drwxr-xr-x  15 root   root    368 Nov  1  2006 ..&lt;BR /&gt;drwxrwxr-x   2 nagios nagios  184 Nov  1  2006 bin&lt;BR /&gt;lrwxrwxrwx   1 root   root     11 Nov  1  2006 etc -&amp;gt; /etc/nagios&lt;BR /&gt;drwxr-xr-x   2 root   root   1936 Oct  2  2007 libexec&lt;BR /&gt;drwxrwxr-x   2 nagios nagios  584 Nov  1  2006 sbin&lt;BR /&gt;drwxrwxr-x   9 nagios nagios  392 Nov  1  2006 share&lt;BR /&gt;drwxrwxr-x   4 nagios nagios  320 May 25 15:46 var&lt;BR /&gt;&lt;BR /&gt;The URL to use to access nagios (note the trailing '/'):&lt;BR /&gt;&lt;BR /&gt;http://testserv/nagios/</description>
      <pubDate>Sun, 25 May 2008 14:02:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nagios-installation/m-p/5109732#M49723</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2008-05-25T14:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Nagios installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nagios-installation/m-p/5109733#M49724</link>
      <description>&lt;!--!*#--&gt;Try replacing:&lt;BR /&gt;&lt;BR /&gt;"ScriptAlias /nagios/cgi-bin/ /usr/local/nagios/sbin/"&lt;BR /&gt;&lt;BR /&gt;with:&lt;BR /&gt;&lt;BR /&gt;"ScriptAlias /nagios/cgi-bin /usr/local/nagios/sbin/"</description>
      <pubDate>Mon, 02 Jun 2008 05:54:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nagios-installation/m-p/5109733#M49724</guid>
      <dc:creator>Ciro  Iriarte</dc:creator>
      <dc:date>2008-06-02T05:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Nagios installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nagios-installation/m-p/5109734#M49725</link>
      <description>&lt;BR /&gt; Thanks for ur help.i got the solution.</description>
      <pubDate>Mon, 02 Jun 2008 06:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nagios-installation/m-p/5109734#M49725</guid>
      <dc:creator>sandeep mathur</dc:creator>
      <dc:date>2008-06-02T06:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Nagios installation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nagios-installation/m-p/5109735#M49726</link>
      <description>Points assured huh?</description>
      <pubDate>Mon, 19 Jan 2009 13:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nagios-installation/m-p/5109735#M49726</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2009-01-19T13:44:48Z</dc:date>
    </item>
  </channel>
</rss>

