if you want the fix right now, it is easy enough fix. Per Brian's code:
modifiy /opt/zimbra/libexec/zmdbintegritycheck and change line 29 from:
Code:
use lib "${zimbra_home}/zimbramon/lib"; to
Code:
use lib "/opt/zimbra/zimbramon/lib";
This fixed the issue for me.
John