Page 1 of 1

Nagios Linux User

Posted: Wed Nov 30, 2011 3:32 am
by aston
Hi Guys

i was wondering what the process would be to change the nagios password within side linux i guess its configured somewhere within the nagios configuration files.

cheers

Re: Nagios Linux User

Posted: Wed Nov 30, 2011 4:17 pm
by jsmurphy
When you say Nagios password you mean the Linux Nagios user account? Or the 'nagios' user login for the app? Well here's both anyway:

Linux user:
passwd nagios
<follow the prompts>

nagios user:
htpasswd2 <path-to-password-file> nagios <new password>
The default path is /usr/local/nagios/etc/htpasswd.users

Re: Nagios Linux User

Posted: Wed Nov 30, 2011 4:40 pm
by aston
HI Mate
it was the linux user, do i need to configure the new password anywhere within the nagios configuration files for example ?

Re: Nagios Linux User

Posted: Thu Dec 01, 2011 10:35 am
by mguthrie
I don't think so, the nagios user should be set with "nologin", so a user wouldn't be able to log into a shell as the nagios user.