public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Nagios
@ 2005-08-31 15:02 Allan Spagnol Comar
  2005-08-31 15:07 ` John Jolet
  2005-08-31 15:29 ` [gentoo-user] Nagios James
  0 siblings, 2 replies; 7+ messages in thread
From: Allan Spagnol Comar @ 2005-08-31 15:02 UTC (permalink / raw
  To: gentoo-user

I was wondering if someone can help running a nagios on a gentoo sever.

I had emerged Apache and nagios;

I edited commonapache.conf putting the following lines:

ScriptAlias /nagios/cgi-bin/ /usr/nagios/sbin/
Alias /nagios/ /usr/nagios/share/

<Directory /usr/nagios/sbin>
        AllowOverride None
        Options ExecCGI FollowSymLinks
</Directory>

and on cgi.cfg I putted
use_authentication=0

when I try to access http://127.0.0.1/nagios/
I got :

Forbidden
You don't have permission to access /nagios/ on this server.

Apache/1.3.33 Server at 127.0.0.1 Port 80

any one have a clue of what is happening ?
apache and nagios are running correctly .

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Nagios
  2005-08-31 15:02 [gentoo-user] Nagios Allan Spagnol Comar
@ 2005-08-31 15:07 ` John Jolet
  2005-08-31 15:21   ` Allan Spagnol Comar
  2005-08-31 15:29 ` [gentoo-user] Nagios James
  1 sibling, 1 reply; 7+ messages in thread
From: John Jolet @ 2005-08-31 15:07 UTC (permalink / raw
  To: gentoo-user

does apache have read-access to the nagios sub?  I've done nagios on redhat, 
and will hopefully be doing it on gentoo soon.
On Wednesday 31 August 2005 10:02, Allan Spagnol Comar wrote:
> I was wondering if someone can help running a nagios on a gentoo sever.
>
> I had emerged Apache and nagios;
>
> I edited commonapache.conf putting the following lines:
>
> ScriptAlias /nagios/cgi-bin/ /usr/nagios/sbin/
> Alias /nagios/ /usr/nagios/share/
>
> <Directory /usr/nagios/sbin>
>         AllowOverride None
>         Options ExecCGI FollowSymLinks
> </Directory>
>
> and on cgi.cfg I putted
> use_authentication=0
>
> when I try to access http://127.0.0.1/nagios/
> I got :
>
> Forbidden
> You don't have permission to access /nagios/ on this server.
>
> Apache/1.3.33 Server at 127.0.0.1 Port 80
>
> any one have a clue of what is happening ?
> apache and nagios are running correctly .

-- 
John Jolet
Your On-Demand IT Department
512-762-0729
www.jolet.net
john@jolet.net
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Nagios
  2005-08-31 15:07 ` John Jolet
@ 2005-08-31 15:21   ` Allan Spagnol Comar
  2005-08-31 15:30     ` John Jolet
  2005-08-31 15:36     ` Bruno Lustosa
  0 siblings, 2 replies; 7+ messages in thread
From: Allan Spagnol Comar @ 2005-08-31 15:21 UTC (permalink / raw
  To: gentoo-user

Yep; every one has reading and executing permitions on all nagios tree
.... (snip)

On 8/31/05, John Jolet <john@jolet.net> wrote:
> does apache have read-access to the nagios sub?  I've done nagios on redhat,
> and will hopefully be doing it on gentoo soon.
> On Wednesday 31 August 2005 10:02, Allan Spagnol Comar wrote:
> > I was wondering if someone can help running a nagios on a gentoo sever.
> >
> > I had emerged Apache and nagios;
> >
> > I edited commonapache.conf putting the following lines:
> >
> > ScriptAlias /nagios/cgi-bin/ /usr/nagios/sbin/
> > Alias /nagios/ /usr/nagios/share/
> >
> > <Directory /usr/nagios/sbin>
> >         AllowOverride None
> >         Options ExecCGI FollowSymLinks
> > </Directory>
> >
> > and on cgi.cfg I putted
> > use_authentication=0
> >
> > when I try to access http://127.0.0.1/nagios/
> > I got :
> >
> > Forbidden
> > You don't have permission to access /nagios/ on this server.
> >
> > Apache/1.3.33 Server at 127.0.0.1 Port 80
> >
> > any one have a clue of what is happening ?
> > apache and nagios are running correctly .
> 
> --
> John Jolet
> Your On-Demand IT Department
> 512-762-0729
> www.jolet.net
> john@jolet.net
> --
> gentoo-user@gentoo.org mailing list
> 
>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: Nagios
  2005-08-31 15:02 [gentoo-user] Nagios Allan Spagnol Comar
  2005-08-31 15:07 ` John Jolet
@ 2005-08-31 15:29 ` James
  1 sibling, 0 replies; 7+ messages in thread
From: James @ 2005-08-31 15:29 UTC (permalink / raw
  To: gentoo-user

Allan Spagnol Comar <allan.comar <at> gmail.com> writes:


> I was wondering if someone can help running a nagios on a gentoo sever.

Hello Allan,

You might want to consider 'jffnms' as it has many more feaures than nagios.
it's in portage, currently masked.

YMMV
James



-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Nagios
  2005-08-31 15:21   ` Allan Spagnol Comar
@ 2005-08-31 15:30     ` John Jolet
  2005-08-31 15:36     ` Bruno Lustosa
  1 sibling, 0 replies; 7+ messages in thread
From: John Jolet @ 2005-08-31 15:30 UTC (permalink / raw
  To: gentoo-user

what's in the /var/log/httpd/error_log for that attempt that fails?
-- 
John Jolet
Your On-Demand IT Department
512-762-0729
www.jolet.net
john@jolet.net
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Nagios
  2005-08-31 15:21   ` Allan Spagnol Comar
  2005-08-31 15:30     ` John Jolet
@ 2005-08-31 15:36     ` Bruno Lustosa
  2005-08-31 16:50       ` Allan Spagnol Comar
  1 sibling, 1 reply; 7+ messages in thread
From: Bruno Lustosa @ 2005-08-31 15:36 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

I had an issue with Nagios on Gentoo, and it the ebuild putting the config 
file in the wrong directory.
Check this out:

http://bugs.gentoo.org/show_bug.cgi?id=103060

HTH,

-- 
Bruno Lustosa, aka Lofofora | Email: bruno@lustosa.net
Network Administrator/Web Programmer | ICQ: 1406477
Rio de Janeiro - Brazil |

[-- Attachment #2: Type: text/html, Size: 603 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Nagios
  2005-08-31 15:36     ` Bruno Lustosa
@ 2005-08-31 16:50       ` Allan Spagnol Comar
  0 siblings, 0 replies; 7+ messages in thread
From: Allan Spagnol Comar @ 2005-08-31 16:50 UTC (permalink / raw
  To: gentoo-user

Thank you all; I found the error on apache config; I had allowed the
/usr/nagio/share directory and it work; I will give a look at jffnms
as well to check it out ....

On 8/31/05, Bruno Lustosa <bruno.lists@gmail.com> wrote:
> I had an issue with Nagios on Gentoo, and it the ebuild putting the config
> file in the wrong directory.
>  Check this out:
>  
>  http://bugs.gentoo.org/show_bug.cgi?id=103060
> 
> HTH,
> 
> -- 
> Bruno Lustosa, aka Lofofora          | Email: bruno@lustosa.net
> Network Administrator/Web Programmer | ICQ: 1406477
> Rio de Janeiro - Brazil              |

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-08-31 16:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-31 15:02 [gentoo-user] Nagios Allan Spagnol Comar
2005-08-31 15:07 ` John Jolet
2005-08-31 15:21   ` Allan Spagnol Comar
2005-08-31 15:30     ` John Jolet
2005-08-31 15:36     ` Bruno Lustosa
2005-08-31 16:50       ` Allan Spagnol Comar
2005-08-31 15:29 ` [gentoo-user] Nagios James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox