You can also make a simple cronjob that mails you the output of "freshclam -V" - right now "ClamAV 0.99.2/22173/Fri Sep 2 17:27:58 2016" in my setup
basically as bash script
/usr/bin/freshclam -V | mail yourname@domain.com -s "ClamDB status"
Or more "complex" - change the file /sbin/e-smith/freshclam-update-ok to do the same or uncomment the content and change "admin" to the right user.