Hi,
I have an F5 loadbalancer and what i want to do is monitor the count of members active in a pool, as well as monitor the state of each of the members.
I have got the OID for each of these distinct elements eg:
PoolMemberCount = x
PoolMember1State =A
PoolMember2State =B
PoolMember3State =C
I am trying to write an alert that checks count of the PoolMember count and if the count < 3 to alert and send an email message. This part works fine, however I want the email message to contain the following:
Pool Name: Web Servers
Warning reduced member count
Expected members: 3
Current members: 2 (This would be the custom poller data returned by OID X)
Pool Member 1 State:Available(This content would be the data returned by OID A)
Pool Member 2 State:Available(This content would be the data returned by OID 
Pool Member 3 State:Unavailable(This content would be the data returned by OID C)
I can get everthing up to Current Members working and the count of active members, however I dont know how to write into the alert the variables for the Pool Members.
Any ideas.
Regards
Miron