Create Nagios Tactical Overview Logon Users

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
grantdoug
Posts: 31
Joined: Wed Jan 20, 2016 4:33 pm

Create Nagios Tactical Overview Logon Users

Post 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
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Create Nagios Tactical Overview Logon Users

Post 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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
grantdoug
Posts: 31
Joined: Wed Jan 20, 2016 4:33 pm

Re: Create Nagios Tactical Overview Logon Users

Post by grantdoug »

This command worked, thank you!

htpasswd /usr/local/nagios/etc/htpasswd.users douggrant
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Create Nagios Tactical Overview Logon Users

Post by hsmith »

Is this resolved/all right to close?
Former Nagios Employee.
me.
grantdoug
Posts: 31
Joined: Wed Jan 20, 2016 4:33 pm

Re: Create Nagios Tactical Overview Logon Users

Post by grantdoug »

Yes, this issue is resolved!
Locked