Search found 3 matches

by reistlin
Wed Mar 13, 2013 10:07 pm
Forum: Open Source Nagios Projects
Topic: Disable authentication and short url
Replies: 5
Views: 10375

Re: Disable authentication and short url

Does it work without auth? Just to test that the rest of the config is working, set: use_authentication=0 And restart apache/nagios. If it is working, we will drill down the auth problem. I set use_authentication=0 and restart apache/nagios, but it is still requires authentication. Maybe problem in...
by reistlin
Tue Mar 12, 2013 11:33 pm
Forum: Open Source Nagios Projects
Topic: Disable authentication and short url
Replies: 5
Views: 10375

Re: Disable authentication and short url

abrist wrote:What guide did you follow? Did you setup basic authentication? (htpasswd)
It is russian article http://ubuntologia.ru/nagios
Yes, i add nagiosadmin and guest to htpasswd (htpasswd -c /etc/nagios3/htpasswd.users nagiosadmin)
by reistlin
Mon Mar 11, 2013 11:35 pm
Forum: Open Source Nagios Projects
Topic: Disable authentication and short url
Replies: 5
Views: 10375

Disable authentication and short url

Hi all. I have debian 6 and nagios 3 core . 1) I set use_authentication=1 default_user_name=guest authorized_for_system_information= * authorized_for_configuration_information=* authorized_for_system_commands=* authorized_for_all_services=* authorized_for_all_hosts=* authorized_for_all_service_comma...