Re: Absolute Nagios beginner - help!
Posted: Tue Jul 28, 2015 5:45 am
Finally sorted it!
The correct sequence of commands is as follows:
chown nagios.nagcmd /usr/local/nagios/var/rw
chmod g+rwx /usr/local/nagios/var/rw
chmod g+s /usr/local/nagios/var/rw
usermod -G nagcmd apache
service httpd restart
service nagios restart
I found this at:
http://giuseppeturri.it/NAGIOS_INSTALLATION_GUIDE.pdf
Plus, I sorted the code tags!
Thanks again for your valuable assistance yesterday!
Pete
The correct sequence of commands is as follows:
chown nagios.nagcmd /usr/local/nagios/var/rw
chmod g+rwx /usr/local/nagios/var/rw
chmod g+s /usr/local/nagios/var/rw
usermod -G nagcmd apache
service httpd restart
service nagios restart
I found this at:
http://giuseppeturri.it/NAGIOS_INSTALLATION_GUIDE.pdf
Plus, I sorted the code tags!
Code: Select all
Sample Code Tags
Pete