Hi,
Is there a way for NPM to send an alert through a secondary NIC if the network connection on the primary NIC is down?
So in the scenario where the switch the NPM server is connected to goes down, how do I get alerts out of NPM via an alternate route?
My initial thoughts are to install an SMTP server on the NPM server and tie that to a secondary NIC on the server, then set an alert that triggers if the switch or exchange server goes down and set that alert to use the local 127.0.0.1 smtp to send the alert?
I am open to any suggestions you may have.
Thank You!