Page 1 of 1

Nagios Logserver Installation Errors

Posted: Wed May 26, 2021 7:57 am
by HIINNS
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?

Re: Nagios Logserver Installation Errors

Posted: Wed May 26, 2021 10:17 am
by HIINNS
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

Posted: Wed May 26, 2021 3:07 pm
by vtrac
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:

Code: Select all

yum install mod_ssl

or 

yum reinstall mod_ssl
Please enter "y" when prompted.


Best Regards,
Vinh

Re: Nagios Logserver Installation Errors

Posted: Thu May 27, 2021 7:37 am
by HIINNS
Awesome!!! It worked. Thank you very much for your help. Please close out this case.

Re: Nagios Logserver Installation Errors

Posted: Thu May 27, 2021 10:59 am
by vtrac
Great!! ... locking thread!!