Page 2 of 2

Re: Internal Server Error

Posted: Thu Oct 12, 2017 2:21 pm
by kyang
Can you run these commands and post the output?

Code: Select all

cat /etc/group|grep nag

Code: Select all

ls -l /usr/local/nagios/var/rw

Code: Select all

getenforce

Re: Internal Server Error

Posted: Thu Oct 12, 2017 8:37 pm
by mark.quilates
Hi Kyang,

Please see details below. Thanks!

Re: Internal Server Error

Posted: Fri Oct 13, 2017 12:20 pm
by npolovenko
@mark.quilates, Did this problem occur after the new installation? If yes, please run the following command to make sure that SELinux is disabled on your system.

Code: Select all

sed -i 's/SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config
setenforce 0
Let us know if that fixed the problem.

Re: Internal Server Error

Posted: Sun Oct 15, 2017 10:21 pm
by mark.quilates
Hi npolovenko,

After I ran the said command below my nagios was not running now and got these error, please see. Thanks

Re: Internal Server Error

Posted: Sun Oct 15, 2017 10:23 pm
by mark.quilates
I don't know what's happening in my nagios, I did't change anything in my config.

Re: Internal Server Error

Posted: Sun Oct 15, 2017 11:05 pm
by mark.quilates
Hi All,

Thanks everyone for helping and assisting me with the problem that I encountered during the installation of my nagioscore 4.3.4.

Issues is now already resolved on my end, I found the duplicated config on my system.


Thanks everyone :)

Re: Internal Server Error

Posted: Mon Oct 16, 2017 10:53 am
by npolovenko
@mark.quilates, I'm glad you were able to solve this! If you'd have other questions please create a new post.