Search This Blog

Monday, April 21, 2014

Nagios 4.0.5 CentOS RHEL 6 SElinux issue

I always turn on the SELinux on my CentOS RHEL build.

After install the latest Nagios 4.0.5 from source, it shows internal server error.

It’s a permission issue of SELinux, run these two below commands to fix the error.


chcon -R -t httpd_sys_content_t /usr/local/nagios/sbin/
chcon -R -t httpd_sys_content_t /usr/local/nagios/share/

No comments:

Post a Comment