Joint_Commissio
May 07, 2012Nimbostratus
Generate an email alert when a pool is marked up by a monitor
Hello,
We currently have F5 LTM ver 9.4.8. I've been able to setup a custom SNMP alert to email me via Solarwinds Orion when a pool is down:
alert POOL_DOWN "No members available for pool (.*)" { snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.856" }
Now I'm trying to write another custom alert to email me when the pool is up. I don't see any entries in the LTM logs when a pool is up other than statements that the pool member is up.
I read here http://support.f5.com/kb/en-us/solu...12531.html that when a pool is up the following is logged:
tmm err tmm[4779]: 01010221:3: Pool now has available members. But I don't see that in the logs when I ran a test.
How do I go about resolving this? Is it as simple as changing the log level? I'll love to write something like this:
alert POOL_UP "Pool (.*) now has available members" { snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.857" }