directory), and nagios is started, the following harmless message
occurs:
This account is currently not available.
Nagios appears to check for a home directory instead of checking for the
account's existence via some other means. Service accounts are not
required to have home directories, normally. Nagios doesn't seem to use
the home directory for any other purpose.
The account is added as a service account instead of a normal user
account (Red Hat specific):
useradd -r -s /sbin/nologin nagios
or with other *nix systems, I presume:
useradd -M -s /sbin/nologin nagios
/etc/passwd looks like this:
nagios
/etc/shadow looks like this:
nagios:!!
--
Shawn Iverson
Technology Associate
MCP W2K3S and W2KP, Linux+, Network+, A+
New Castle Community School Corporation
[email protected]
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]