4
Votes

Not getting alerts for WAN failover activation

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
12
 
4
Votes

Not getting alerts for WAN failover activation

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
11 Reply
Re:Not getting alerts for WAN failover activation
2023-05-12 17:00:59 - last edited 2023-05-12 17:02:33

  @RF_Dude It hasn't happened in a while, but I remember the last one was of over an hour with no notification. I'll keep an eye out, but for other alerts (like WAN down/up, failed login, etc.), the alert happens rather quickly. The system knows when the connection fails and flips over to the backup, it just doesn't create an event or alert. It should be as simple as adding one line of code to the function that handles WAN switchover. Granted, I haven't seen the code, but I can't imagine it looks too different from something like:

 

function WAN_switchover(args) {

   <code that handles switchover>

   fire_event("WAN switchover")

}

#12
Options

Voters 3

voter's avatar
voter's avatar
voter's avatar

Tags

failover