check file openvpn with path "/var/log/openvpn.log"
I just started testing a workaround for Monit to do a content check for a dynamic log file name (in my case filter_.log) and so far it seems to be working. I setup a simple cron job that runs at midnight and updates a symbolic link to the current log file name. I have Monit pointing to that symbolic link for a content check.
This sounds interesting, but you still need the daily cron correct?