How to change nagiosadmin password?

1) Stop the HTTPD service if it is running.

# systemctl stop httpd

2) Stop the Nagios service if it is running.

# systemctl stop nagios

3) Change the default Nagios password

# htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin

4) Start the HTTPD service.

# systemctl start httpd

5) Start the Nagios service.

# systemctl start nagios

How to change nagiosadmin password? How to change nagiosadmin password? Reviewed by RIO IT on 10:34 Rating: 5
Powered by Blogger.