Search found 7 matches

by kalianto
Thu May 30, 2013 8:21 pm
Forum: Open Source Nagios Projects
Topic: Forbidden You don't have permission to access /nagios3/
Replies: 13
Views: 19741

Re: Forbidden You don't have permission to access /nagios3/

When running Apache Web Server, it is a secure approach to run the apache as apache user, i.e. "nobody" or "www-data" Your document root "/var/www/html" should be set to "www-data" or whatever apache user is, instead of root. Your nagios web folder, should hav...
by kalianto
Wed May 01, 2013 1:20 am
Forum: Open Source Nagios Projects
Topic: Is it possible to bypass http authentication?
Replies: 6
Views: 4697

Re: Is it possible to bypass http authentication?

Hmmmmm
ruffsense, I've never thought about that.

We're moving/going to use Kerberos in the future, so might be worth investing some time in it.
I'd do some reading before I ask more questions.
by kalianto
Tue Apr 30, 2013 7:34 pm
Forum: Open Source Nagios Projects
Topic: Is it possible to bypass http authentication?
Replies: 6
Views: 4697

Re: Is it possible to bypass http authentication?

Thank you, abrist. http://username:password@yourdomain.tld/nagios That actually works, I can confirm it. For IE 9, I think I use something like this in PHP to make it works. header('P3P: CP="CAO PSA OUR"'); However, I forgot to mention that I am using Digest Authentication instead of Basic...
by kalianto
Mon Apr 29, 2013 6:45 pm
Forum: Open Source Nagios Projects
Topic: Is it possible to bypass http authentication?
Replies: 6
Views: 4697

Is it possible to bypass http authentication?

Hi guys, I am sure many will agree that the http authentication is a bit annoying albeit mandatory. I am integrating nagios core web interface with other application, and I wish I could just bypass the http authentication without setting default username in the config file. The ideal scenario will b...
by kalianto
Mon Apr 29, 2013 6:34 pm
Forum: Open Source Nagios Projects
Topic: Adding user problem
Replies: 3
Views: 1382

Re: Adding user problem

Have you checked if in the contact definition, you actually have "can_submit_commands" equals to 1?
by kalianto
Mon Apr 29, 2013 6:21 pm
Forum: Open Source Nagios Projects
Topic: Stopping Nagios for a period of time
Replies: 2
Views: 1171

Re: Stopping Nagios for a period of time

thanks slansing.
Your answer has been very helpful.

I recall that in the past I manually set the date of the server and nagios complained about it and all test results are not aligned.
In my case, I have to remove all tests, recreate and recompile configuration file and restart nagios.

Cheers
by kalianto
Sun Apr 28, 2013 11:34 pm
Forum: Open Source Nagios Projects
Topic: Stopping Nagios for a period of time
Replies: 2
Views: 1171

Stopping Nagios for a period of time

Hi all, As you can see, I am a noob and recently developed interest in Nagios. I have found many helpful answers from this forum. I do have a quick question, hope all the experts here can shed some light. What is likely to happen if I shut down Nagios process for a long period of time, says, 2 days,...