Good afternoon all
Say I have several remote locations each with an adsl line and a failover isdn line
I have NPM monitor these creating an alert that goes out when the primary one fails
I would then like NPM to communicate to NCM having it automatically send out a command to change the gateway on the failover box so connectivity is restored pretty much instantly
is this possible?
So far I have the following process
NPM ----> Alert ----> VBScript ----> SQL Query into NCM using IP for the match
Manipulate job file to include Node.ID from SQL Query above
This is where I am getting stuck, if this is possible, can the one job file contain a variable for the node ID (I can't seem to find this variable) thus allowing me to have it control more than 1 gateway as we have several remote locations that each have an adsl and isdn as back up and I want 1 alert to be able to react to any location having an issue
I hope I've made this clear enough