Monit alerts for Proxy after in-place rhel7 -> 8 upgrade

I’m getting non stop alerts from monit:

[cp] home
restart - unable to read filesystem '/home' state

What’s triggering this? Everything is working, it’s the only error I have and it’s happening very frequently.

Aug  9 20:39:33 cp monit[2610]: 'home' trying to restart
Aug  9 20:39:33 cp monit[2610]: 'home' trying to restart
Aug  9 20:41:33 cp monit[2610]: Lookup for '/home' filesystem failed  -- not found in /proc/self/mounts
Aug  9 20:41:33 cp monit[2610]: Filesystem '/home' not mounted
Aug  9 20:41:33 cp monit[2610]: 'home' unable to read filesystem '/home' state
Aug  9 20:41:33 cp monit[2610]: 'home' trying to restart
Aug  9 20:41:33 cp monit[2610]: Lookup for '/home' filesystem failed  -- not found in /proc/self/mounts

Ok, it’s /etc/monit.d/filesystem-home.conf.disabled
Why is a .disabled file still being loaded? No idea, its old too.
Deleted it and the errors stopped.

[root@cp ~]# ll /etc/monit.d/
total 84
-rw------- 1 root root 322 Nov 24  2020 00-argos.conf
-rw------- 1 root root 225 Oct  2  2021 00-argos.conf.rpmnew
-rw-r--r-- 1 root root 459 Oct  2  2021 apache.conf
-rw-r--r-- 1 root root 457 Nov  1  2022 apnscp.conf
-rw-r--r-- 1 root root 282 Oct  2  2021 authlib.conf
drwxr-xr-x 2 root root  47 Oct  1  2022 bins
-rw-r--r-- 1 root root 219 Oct  2  2021 clamd.conf
-rw-r--r-- 1 root root 257 Oct  2  2021 dovecot.conf
-rw-r--r-- 1 root root 287 Oct  2  2021 fail2ban.conf
-rw-r--r-- 1 root root 206 Oct  2  2021 filesystem.conf
-rw-r--r-- 1 root root 107 Oct  2  2021 filesystem-home.conf.disabled
-rw-r--r-- 1 root root 154 Oct  2  2021 firewalld.conf
-rw-r--r-- 1 root root 206 Oct  2  2021 haproxy.conf
-rw------- 1 root root 321 Oct  2  2021 mysql.conf
-rw-r--r-- 1 root root 274 Oct  2  2021 mysqlconn.conf
-rw-r--r-- 1 root root 467 Oct  2  2021 physical.conf
-rw-r--r-- 1 root root 625 Oct  2  2021 postfix.conf
-rw-r--r-- 1 root root 336 Oct  2  2021 postgres.conf
-rw-r--r-- 1 root root 365 Oct  2  2021 rspamd.conf
-rw-r--r-- 1 root root 355 Oct  2  2021 spamassassin.conf
-rw-r--r-- 1 root root 222 Sep 29  2022 systemd-resolved.conf.disabled
-rw-r--r-- 1 root root 222 Oct  2  2021 vsftpd.conf

No idea. Is /home mounted? What’s in /etc/mtab? I’ve not seen this before. Possibly upcp -sbf?

It’s a flat partition, just /
It stopped alerting after deleting that file, then early morning I got a few and none since.