All,
When installing Nagioslogserver I get the following error message. -> Running 'nagioslogserver'...
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details. I found that the job is failing when looking for a /usr/libexec/httpd-ssl-pass-dialog file in the /etc/httpd/conf.d/ssl.conf file. I have done some research and have found the this doesn't work on a FIPS compliant RedHat 7 server. Any suggestions as to how to fix this?
Nagios Logserver Installation Errors
Re: Nagios Logserver Installation Errors
My mistake, it will work on a FIPS compliant Redhat 7 server. Is there any way to regenerate the missing /usr/libexec/httpd-ssl-pass-dialog file? Thank you.
Re: Nagios Logserver Installation Errors
Hi,
How are you doing?
Looks like the "/usr/libexec/httpd-ssl-pass-dialog" belong to "mod_ssl" package.
I checked and "mod_ssl" contained the following files:
/etc/httpd/conf.d/ssl.conf
/etc/httpd/conf.modules.d/00-ssl.conf
/usr/lib64/httpd/modules/mod_ssl.so
/usr/libexec/httpd-ssl-pass-dialog
/var/cache/httpd/ssl
You might want either "install" or "reinstall" the "mod_ssl" package:
Please enter "y" when prompted.
Best Regards,
Vinh
How are you doing?
Looks like the "/usr/libexec/httpd-ssl-pass-dialog" belong to "mod_ssl" package.
I checked and "mod_ssl" contained the following files:
/etc/httpd/conf.d/ssl.conf
/etc/httpd/conf.modules.d/00-ssl.conf
/usr/lib64/httpd/modules/mod_ssl.so
/usr/libexec/httpd-ssl-pass-dialog
/var/cache/httpd/ssl
You might want either "install" or "reinstall" the "mod_ssl" package:
Code: Select all
yum install mod_ssl
or
yum reinstall mod_ssl
Best Regards,
Vinh
Re: Nagios Logserver Installation Errors
Awesome!!! It worked. Thank you very much for your help. Please close out this case.
Re: Nagios Logserver Installation Errors
Great!! ... locking thread!!