Page 1 of 1

Create Nagios Tactical Overview Logon Users

Posted: Mon Mar 14, 2016 4:21 pm
by grantdoug
We have not been able to create new users to logon to the Tactical Overview screens, so that our acknowledgements are personalized to the individual team members.

We are trying to use douggrant for tactical overview / acknowledgements.

The terminal command we have used to create the user is
htpasswd -n douggrant
New password: <<new password goes here>>

The user douggrant works perfectly in the CCM screens.
Here is our cgi.cfg
# MODIFIED
authorized_for_all_host_commands=nagiosadmin,douggrant
authorized_for_all_hosts=nagiosadmin,douggrant
authorized_for_all_service_commands=nagiosadmin,douggrant
authorized_for_all_services=nagiosadmin,douggrant
authorized_for_configuration_information=nagiosadmin,douggrant
authorized_for_system_commands=nagiosadmin,douggrant
authorized_for_system_information=nagiosadmin,douggrant
default_statusmap_layout=6
# UNMODIFIED
action_url_target=_blank
default_statuswrl_layout=4
escape_html_tags=1
lock_author_names=1
main_config_file=/usr/local/nagios/etc/nagios.cfg
notes_url_target=_blank
physical_html_path=/usr/local/nagios/share
ping_syntax=/bin/ping -n -U -c 5 $HOSTADDRESS$
refresh_rate=90
show_context_help=1
url_html_path=/nagios
use_authentication=1
use_pending_states=1
use_ssl_authentication=0

Re: Create Nagios Tactical Overview Logon Users

Posted: Mon Mar 14, 2016 7:54 pm
by Box293
grantdoug wrote:The terminal command we have used to create the user is
htpasswd -n douggrant
New password: <<new password goes here>>
From the command documentation:
-n Don't update file; display results on stdout.
Try:

Code: Select all

htpasswd /usr/local/nagios/etc/htpasswd.users douggrant

Re: Create Nagios Tactical Overview Logon Users

Posted: Tue Mar 15, 2016 12:54 pm
by grantdoug
This command worked, thank you!

htpasswd /usr/local/nagios/etc/htpasswd.users douggrant

Re: Create Nagios Tactical Overview Logon Users

Posted: Tue Mar 15, 2016 2:28 pm
by hsmith
Is this resolved/all right to close?

Re: Create Nagios Tactical Overview Logon Users

Posted: Tue Mar 15, 2016 2:52 pm
by grantdoug
Yes, this issue is resolved!