@Suresh_stp Years ago we built an internal dashboard to monitor WAN links for that very reason.   Really 4 web pages sortable by WAN link.   HUB VPN Tunnels across the top,  stores down the left.    A view for MOS scores,  Latency, Loss and then a connection page to view Primary and Spare port status.   Put it together as a down and dirty way to quickly see if VPN tunnels dropped (or WAN links).    Since the data was in the same calls just added views for Latency, loss, and a status of Primary / Spare  port status. 
 
290 stores X 2  broadbands X 2 MX's in HA you need a quick sanity check to make sure both primary and spare MX's are connected and ready, then you throw cell connections into the mix, and you quickly have a ton to keep track off.   
 
Started as down and dirty to fill a gap, now its a go to status page.  The alert's can get pretty noisy, but we have these up along with the Meraki dashboards for a quick OPS / Service desk view of the network.  
 
Slightly redacted version but you get the idea:

Latency

Loss

Primary/Spare connections by wan port

 
I could probably clean it up and make it generic enough to post to the community / GIT repository.
It's just simple python using the API and some HTML hacked together for the pages.  If there's interest from the group let me know.