Fail2Ban & XMPP are shown as not running

My FreePBX dashboard is showing that both Fail2Ban and XMPP Daemon are not running.

However, when I ssh in and run: systemctl status fail2ban.service -l, I get:
● fail2ban.service - Fail2Ban Service
Loaded: loaded (/usr/lib/systemd/system/fail2ban.service; disabled; vendor preset: disabled)
Active: active (running) since Sat 2024-04-20 21:54:06 CDT; 19min ago
Main PID: 23820 (fail2ban-server)
CGroup: /system.slice/fail2ban.service
├─23820 /usr/bin/python /usr/bin/fail2ban-server -b -s /var/run/fail2ban/fail2ban.sock -p /var/run/fail2ban/fail2ban.pid -x
└─23822 /usr/libexec/gam_server

Apr 20 21:54:06 pbx.cctechhost.com systemd[1]: Stopped Fail2Ban Service.
Apr 20 21:54:06 pbx.cctechhost.com systemd[1]: Starting Fail2Ban Service…
Apr 20 21:54:06 pbx.cctechhost.com fail2ban-client[23816]: 2024-04-20 21:54:06,253 fail2ban.server [23818]: INFO Starting Fail2ban v0.8.14
Apr 20 21:54:06 pbx.cctechhost.com fail2ban-client[23816]: 2024-04-20 21:54:06,253 fail2ban.server [23818]: INFO Starting in daemon mode
Apr 20 21:54:06 pbx.cctechhost.com systemd[1]: Started Fail2Ban Service.

As for XMPP, when I run a fwconsole restart, I get a: Running Asterisk post from Xmpp module
[>---------------------------] 30 secsMongoDB is not running. Please start it before starting XMPP

When I run a systemctl status mongod.service
● mongod.service - High-performance, schema-free document-oriented database
Loaded: loaded (/usr/lib/systemd/system/mongod.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2024-04-17 05:44:02 CDT; 3 days ago
Main PID: 1031 (mongod)
CGroup: /system.slice/mongod.service
└─1031 /usr/bin/mongod --quiet -f /etc/mongod.conf run

Apr 17 05:44:02 pbx.cctechhost.com systemd[1]: Starting High-performance, schema-free document-oriented database…
Apr 17 05:44:02 pbx.cctechhost.com mongod[933]: about to fork child process, waiting until server is ready for connections.
Apr 17 05:44:02 pbx.cctechhost.com mongod[933]: forked process: 1031
Apr 17 05:44:02 pbx.cctechhost.com systemd[1]: Started High-performance, schema-free document-oriented database.

Your assistance in this matter is appreciated.

James