Quantcast
Viewing all articles
Browse latest Browse all 20403

Re: Re: F5 Alerts

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.
2014-10-29_14-05-47.jpg

 

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!

 

-ZackM

Loop1 Systems: SolarWinds Training and Professional Services


Viewing all articles
Browse latest Browse all 20403

Trending Articles