June 9, 201411 yr All you need to do is first find installation of Nagios sudo find / -name "htpasswd.users" If the file htpasswd.users was found at /etc/nagios, then add user by running sudo cp /etc/nagios/htpasswd.users /etc/nagios/htpasswd.users.backupsudo htpasswd /etc/nagios/htpasswd.users dhosang Now you must give your newuser permission to do something in Nagios. All permissions are handeled in the cgi.cfg file. I recommend just adding your newuser to the same as a similar user. So find the lines that you want to give similar permission to and add a comma and then your new user. sudo vi /etc/nagios/cgi.cfg
Create an account or sign in to comment