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
Create Nagios Tactical Overview Logon Users
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Create Nagios Tactical Overview Logon Users
From the command documentation:grantdoug wrote:The terminal command we have used to create the user is
htpasswd -n douggrant
New password: <<new password goes here>>
Try:-n Don't update file; display results on stdout.
Code: Select all
htpasswd /usr/local/nagios/etc/htpasswd.users douggrantAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Create Nagios Tactical Overview Logon Users
This command worked, thank you!
htpasswd /usr/local/nagios/etc/htpasswd.users douggrant
htpasswd /usr/local/nagios/etc/htpasswd.users douggrant
Re: Create Nagios Tactical Overview Logon Users
Is this resolved/all right to close?
Former Nagios Employee.
me.
me.
Re: Create Nagios Tactical Overview Logon Users
Yes, this issue is resolved!