If you have "Set Permanent Tunnels" enabled on the VPN there should be a log message.

If you do not have that configured, you would need to do some research without a monitoring system in place. Here are some paths you can explore to find when a tunnel drops.
- You could see if the peer sent errors your way at a specific time:
- blade:VPN AND <VPN PEER PUBLIC IP> AND action:Reject
- Check the Phase 2 timer in the community.
- If the Phase 2 is set to 1 hour, do a search on:
- blade:VPN AND <VPN PEER PUBLIC IP> AND action:"Key Install"
- Add an hour to the last timestamp and that's probably when it went down
Keep in-mind it is perfectly normal for a tunnel to go down if there is no traffic traversing the tunnel after certain criteria; however, it should come back right away once traffic is initiated on the tunnel.
With certain monitoring third-party solutions, you can track the status via SNMP, but I prefer to use ICMP monitors as it is more accurate as it is always sending traffic and acting as a keepalive.
R82 adds network probes, but I'm not sure how the up / down reporting looks for those yet.