Re: Nagios service not starting
Posted: Tue Dec 30, 2014 11:38 pm
scottwilkerson wrote:nagios user should be a part of the nagios groupCode: Select all
usermod -a -G nagios nagios
Code: Select all
# grep nag /etc/group
nagios:x:501:apache,nagios
nagcmd:x:502:nagios,apacheCode: Select all
# /etc/init.d/nagios restart
Running configuration check...done.
Stopping nagios: kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
done.
Starting nagios: done.