Nagios Logserver Installation Errors

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
HIINNS
Posts: 172
Joined: Wed Mar 14, 2018 9:43 am

Nagios Logserver Installation Errors

Post 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?
HIINNS
Posts: 172
Joined: Wed Mar 14, 2018 9:43 am

Re: Nagios Logserver Installation Errors

Post 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.
User avatar
vtrac
Posts: 903
Joined: Tue Oct 27, 2020 1:35 pm

Re: Nagios Logserver Installation Errors

Post 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
HIINNS
Posts: 172
Joined: Wed Mar 14, 2018 9:43 am

Re: Nagios Logserver Installation Errors

Post by HIINNS »

Awesome!!! It worked. Thank you very much for your help. Please close out this case.
User avatar
vtrac
Posts: 903
Joined: Tue Oct 27, 2020 1:35 pm

Re: Nagios Logserver Installation Errors

Post by vtrac »

Great!! ... locking thread!!
Locked