Page 2 of 2

Re: Absolute Nagios beginner - help!

Posted: Tue Jul 28, 2015 5:45 am
by neworderfac33
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!

Code: Select all

Sample Code Tags
Thanks again for your valuable assistance yesterday!

Pete

Re: Absolute Nagios beginner - help!

Posted: Tue Jul 28, 2015 8:48 am
by tmcdonald
You are quite welcome on all accounts!

I'll be closing this thread now, but feel free to open another if you need anything in the future!

And for reference, the code tags have a button above the text box where you write your post. 5th from the left, beneath all the post icons and the subject.