Re: [Nagios-users] Help Needed | Web Authentication

2010-08-25 Thread Himanshu Arora
Thanks for all your help tony, Tried implementing webinject again and it worked like a charm this time and it solved my pupose. :) Thanks, Himanshu On Tue, Aug 24, 2010 at 7:58 PM, Tony Yarusso wrote: > On 8/22/2010 3:44 PM, Himanshu Arora wrote: > > Hi Tony, > > Thanks for replying, > >

Re: [Nagios-users] macros

2010-08-25 Thread Jim Avery
On 25 August 2010 21:34, Cory Coager wrote: > I'm looking for macro names for check_period and contact_groups to be > used in the action_url for a service.  I'm using version 3.2.0, can > anyone help me out? I can't see anything quite matching either of those in the documentation. http://nagios

[Nagios-users] macros

2010-08-25 Thread Cory Coager
I'm looking for macro names for check_period and contact_groups to be used in the action_url for a service. I'm using version 3.2.0, can anyone help me out? The information contained in this communication is intended onl

Re: [Nagios-users] Question about opmon agent

2010-08-25 Thread Dario B. Bestetti (OpServices)
www.opmon.org _ Dario B. Bestetti OpServices R. Félix da Cunha, 1009 - Sala 501 Porto Alegre, RS - CEP 90570-001 Fone 55(51)32753588 Mobile 55(51)81518218 Fax 55(51)32753588 Email dario.beste...@opservices.com.br "Taking control has never bee

[Nagios-users] Question about opmon agent

2010-08-25 Thread Kaplan, Andrew H.
Hi there -- Is opmon agent still being developed for use with Nagios? If so, what is the download site for it? Thanks. The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient infor

Re: [Nagios-users] Internal Server Error Occuring when trying to access Nagios on the browser

2010-08-25 Thread Alex Dehaini
Yep; The importance of reading the docs, :) On Wed, Aug 25, 2010 at 12:28 PM, Dorfman, Justin wrote: > I would sugest that you check that you've created the nagios user and group > as following the output of your command *ls -la /usr/local/nagios/var/ > *nagios should run under nagios user and

Re: [Nagios-users] Internal Server Error Occuring when trying to access Nagios on the browser

2010-08-25 Thread Dorfman, Justin
I would sugest that you check that you've created the nagios user and group as following the output of your command *ls -la /usr/local/nagios/var/ *nagios should run under nagios user and nagios group. if you did edit your nagios.cfg Code: vi /usr/local/nagios/etc/nagios.cfg and change the nagi

Re: [Nagios-users] Internal Server Error Occuring when trying to access Nagios on the browser

2010-08-25 Thread Alex Dehaini
@justin, Sorry, :) On Wed, Aug 25, 2010 at 12:17 PM, Dorfman, Justin wrote: > @alex You stole my answer! ;) > > But just in case, @Ifeanyi > > # chown -R nagios:nagios /usr/local/nagios/ > > > Regards, > > Justin Dorfman > Mahalo.com Inc. > Jr. Systems Engineer > @jdorfman

Re: [Nagios-users] Internal Server Error Occuring when trying to access Nagios on the browser

2010-08-25 Thread Alex Dehaini
Hi Ifeanyi, The issue points to a permission issue - how did you install nagios? Did you compile it or you used a package manager to install. What environment are you using? Redhat - Centos? What version of nagios did you install/ Alex On Wed, Aug 25, 2010 at 12:15 PM, Ifeanyi Agu wrote: > H

Re: [Nagios-users] Internal Server Error Occuring when trying to access Nagios on the browser

2010-08-25 Thread Dorfman, Justin
@alex You stole my answer! ;) But just in case, @Ifeanyi # chown -R nagios:nagios /usr/local/nagios/ Regards, Justin Dorfman Mahalo.com Inc. > Jr. Systems Engineer @jdorfman | @MahaloSysops| Blog: http://bit.ly/aNiWSk On Wed,

Re: [Nagios-users] Internal Server Error Occuring when trying to access Nagios on the browser

2010-08-25 Thread Ifeanyi Agu
Hello Alex, I have the changed the owner and group of the file to nagios but I still get the same error in nagios.log file when I try to start nagios. I tried this when logged in as the root user. I then logged in as nagios user and I could not even start apache or nagios. It was telling me tha

Re: [Nagios-users] Internal Server Error Occuring when trying to access Nagios on the browser

2010-08-25 Thread Alex Dehaini
Permission issue - have nagios user and group own the file; heck the entire directory, :) On Wed, Aug 25, 2010 at 11:42 AM, Ifeanyi Agu wrote: > Hello Jim, > > I used that command to test and there are 0 warnings and o errors. I also > checked my Nagios log and this is what I got > > [12826351

Re: [Nagios-users] Internal Server Error Occuring when trying to access Nagios on the browser

2010-08-25 Thread Alex Dehaini
Verifying the config should tell you what is wrong /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg On Wed, Aug 25, 2010 at 11:29 AM, Jim Avery wrote: > On 25 August 2010 14:55, Ifeanyi Agu wrote: > > > > Hello Jim, > > > > Thanks for the help so far. I disabled SELinux and I

Re: [Nagios-users] Internal Server Error Occuring when trying to access Nagios on the browser

2010-08-25 Thread Ifeanyi Agu
Hello Jim, I used that command to test and there are 0 warnings and o errors. I also checked my Nagios log and this is what I got [1282635168] Nagios 3.2.1 starting... (PID=4250) [1282635168] Local time is Tue Aug 24 08:32:48 WAT 2010 [1282635168] LOG VERSION: 2.0 [1282635168] Warning: Could not

Re: [Nagios-users] Internal Server Error Occuring when trying to access Nagios on the browser

2010-08-25 Thread Jim Avery
On 25 August 2010 14:55, Ifeanyi Agu wrote: > > Hello Jim, > > Thanks for the help so far. I disabled SELinux and I tried starting Nagios > again but I noticed that Nagios was not running. I am logged in as the root > user in the Linux. Could that be the problem why my Nagios is not running? I

Re: [Nagios-users] Internal Server Error Occuring when trying to access Nagios on the browser

2010-08-25 Thread Ifeanyi Agu
Hello Jim, Thanks for the help so far. I disabled SELinux and I tried starting Nagios again but I noticed that Nagios was not running. I am logged in as the root user in the Linux. Could that be the problem why my Nagios is not running? Ifeanyi Agu 08063728802 --- On Wed, 25/8/10, Jim Avery

Re: [Nagios-users] Internal Server Error Occuring when trying to access Nagios on the browser

2010-08-25 Thread Jim Avery
On 25 August 2010 12:22, Ifeanyi Agu wrote: > > Hello Jim, > > I used this link (http://www.kernelhardware.org/install-nagios-on-centos-5/) > to install my Nagios. I did all that you said while installing. I ran this > command ps -ef | grep nagios and I saw an output What output did you see? >

Re: [Nagios-users] Internal Server Error Occuring when trying to access Nagios on the browser

2010-08-25 Thread Ifeanyi Agu
Hello Jim, I used this link (http://www.kernelhardware.org/install-nagios-on-centos-5/) to install my Nagios. I did all that you said while installing. I ran this command ps -ef | grep nagios and I saw an output but I did not see anything that shows me whether Nagios Daemon is running or not.