try this.
advanced alert manager > custom sql alert > f5 device type (top half is built in, you need to copy/past from the 'join' down)
Image may be NSFW.
Clik here to view.
SELECT F5_Device_V.NodeID AS NetObjectID, F5_Device_V.Caption AS Name FROM F5_Device_V --------------------- JOIN F5_Pools ON F5_Pools.NodeID = F5_Device_V.NodeID WHERE F5_Pools.AvailabilityState = 3 AND F5_Pools.Name like 'App-%'
This will return an alert on the f5 whenever it has a pool with a name starting with 'App-' go into a 'Offline' state (for reference, availabilitystate options in the environment I am looking at are as follows: 1 = up, 3 = offline, 4 = unknown) I would *assume* 2 = down, but I cannot verify that with my current environment. You might play with that to see what you get.
Hope that helps!
Loop1 Systems: SolarWinds Training and Professional Services
- LinkedIN: Loop1 Systems
- Facebook: Loop1 Systems
- Twitter: @Loop1Systems