0

Nagios service went to down after restart

Hi, i have a Nagios server is installed and configured on my network to monitor all my network resources, recently i have done some configuration changes after that i restart the Nagios service it' s suddenly went down and shows the error like below. What am i supposed to do to resolve this error? thanks in advance.

[root@localhost ~]# service nagios start
Starting nagios:This account is currently not available.

nagios could not create nagios.configtest nagios.configtest

john
asked May 2, 2018
1 Answer
0

This is probably your nagios user don't have a user shell, typically configured using nologin shell (/sbin/nologin), so you must modify the user shell with below command.

usermod nagios -s /sbin/nologin
View More
parthiban
answered May 15, 2018
Your Answer
||||
x
 
100:0