1: permission
when installing nagios,open the nagios webpage.I met a error "You don't have permission to access /nagios/ on this server"
It's due to the lack of php.
rpm -Uvh php-5.1.6-23.2.el5_3.x86_64.rpm php-cli-5.1.6-23.2.el5_3.x86_64.rpm php-common-5.1.6-23.2.el5_3.x86_64.rpm gmp-4.1.4-10.el5.x86_64.rpm
service httpd restart.
2: spopen
when configure the nagios-plugin,when go to "checking for redhat spopen problem" ,it will stop.
to resolve this problem. add "--enable-redhat-pthread-workaround" argument.
it will be like this:
./configure --with-nagios-user=nagios --nagios-group=nagios --enable-redhat-pthread-workaround <!--WizHtmlContentEnd--><!--WizHtmlContentBegin-->
to resolve this problem. add "--enable-redhat-pthread-workaround" argument.
it will be like this:
./configure --with-nagios-user=nagios --nagios-group=nagios --enable-redhat-pthread-workaround <!--WizHtmlContentEnd--><!--WizHtmlContentBegin-->