I am attempting to migrate from Nagios xi 5.7.1 on CentOS 6 to Nagios xi 5.7.1 on CentOS 7. I created a new VM and installed CentOS 7. I then installed Nagios xi 5.7.1 using the installation guide. Once installed, I restored my backup from the previous server. After the restore completed, I ran the script recommended in the Installation Guide for moving from one OS to another. I received no errors on the restore process; however, I have been unsuccessful in getting to the web interface on the new server.
Let me also say that I am not very Linux savvy, so please be patient as we work through this.

Here is the output of the command: systemctl status nagios.service
[root1localhost -l# systemctl status nagios.service
nagios.service - Nagios Core 4.4.6
Loaded: loaded (/usr/lib/systemd/system/nagios.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2021-06-23 15:35:40 EDT; 27s ago
Docs: https://www.nagios.org/documentation
Process: 5271 ExecStopPost=/bin/rm -f /usr/local/nagios/var/rwynagios.cmd (code=exited, status=0/SUCCESS)
Process: 5263 ExecStart=/usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg (code=exited, status=0/SUCCESS)
Process: 5261 ExecStartPre=/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg (code=exited, status=0/SUCCESS)
Main PID: 5265 (code=exited, status=1/FAILURE)
Jun 23 15:35:40 localhost.localdomain nagios[5265]: qh: core query handler registered
Jun 23 15:35:40 localhost.localdomain nagios[5265]: qh: echo service query handler registered
Jun 23 15:35:40 localhost.localdomain nagios[5265]: qh: help for the query handler registered
Jun 23 15:35:40 localhost.localdomain nagios[5265]: wproc: Successfully registered manager as @wproc with query handler
Jun 23 15:35:40 localhost.localdomain nagios[5265]: wproc: Registry request: name=Core Worker 5267;pid=5267
Jun 23 15:35:40 localhost.localdomain nagios[5265]: wproc: Registry request: name=Core Worker 5269;pid=5269
Jun 23 15:35:40 localhost.localdomain nagios[5265]: wproc: Registry request: name=Core Worker 5266;pid=5266
Jun 23 15:35:40 localhost.localdomain systemd[1]: nagios.service: main process exited, code=exited, status=1/FAILURE
Jun 23 15:35:40 localhost.localdomain systemd[1]: Unit nagios.service entered failed state.
Jun 23 15:35:40 localhost.localdomain systemdIll: nagios.service failed.