I have a situation where I need to populate various interface metrics for 16 devices (paired in HA solution). Only when the device is primary, the interfaces appear on the device. In secondary only the management interfaces are operational.
I have solved monitoring the interfaces when failover occurs by using a Discovery job and importing the interfaces when found.
I then to produce a weekly report on certain interfaces on the (current) primary devices. I have done this by assigning a custom property to each interface required.
When the pair failover and the discovery job runs. The operational interfaces are imported and monitored with no custom property assigned (wouldn't be nice to have a function in the discovery job to assign CP's :-) ).
I have set up an Alert to automatically assign the CP on any of the interfaces where the CP value is blank. But as there are a large number of interfaces. The Scope of the alert is vast and I would like to refine it. Having the ability to use a 'pull from list' option would be great. But I don't know if a way or that Solarwinds provides this function. Using Groups is no good as te interfaces are imported with no CP's and trying to refine using naming covers too many other interfaces not needed in the report.
1 option was to list the Interface full names using SWQL. But before I do that. I wondered if anyone had discovered a way of using a file list?
Thanks