Page 3 of 3

Re: Problems installing/testing Nagios on OSX Sierra

Posted: Wed Sep 06, 2017 12:07 pm
by scottwilkerson
run the following and let us know the results:

Code: Select all

sudo su nagios -c "touch /usr/local/nagios/var/nagios.configtest"

Re: Problems installing/testing Nagios on OSX Sierra

Posted: Tue Sep 12, 2017 3:36 pm
by Aelonia
Ran just fine - no output.

Re: Problems installing/testing Nagios on OSX Sierra

Posted: Tue Sep 12, 2017 3:53 pm
by scottwilkerson
scottwilkerson wrote:Lets do a quick test, edit /etc/rc.d/init.d/nagios

and change this line

Code: Select all

checkconfig="true"
to

Code: Select all

checkconfig="false"
Now lets try to start the service, I just want to make 100% sure the only problem is the configtest file
We've determined there is a bug in 4.3.4 relating to this on some systems and are working to isolate it and fix it in a future release. For now the only option will be to use the above workaround.