Forum Discussion
keenon_49862
Nimbostratus
Jul 29, 2013email alerts for down nodes
wanting to create a blanket email alert that would send an email alert from any node from any pool that goes down. I have looked at different versions of this and not 100% sure if they will meet the ...
AlanMoen
Cirrus
Sep 25, 2013Here's what works for me - it's general for all pool members, but it works while we're working on getting our Vantage system to monitor the F5s.
alert BIGIP_MCPD_MCPDERR_POOL_MEMBER_MON_STATUS {
snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.10";
email toaddress="someone@here.com, someoneelse@here.com, anotherguy@here.com"
fromaddress="root"
body="Critical: Pool member monitor status down."
}
alert BIGIP_MCPD_MCPDERR_POOL_MEMBER_MON_STATUS_UP {
snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.11";
email toaddress="someone@here.com, someoneelse@here.com, anotherguy@here.com"
fromaddress="root"
body="Critical: Pool member monitor status up."
}
The subject for an email notice then looks like this: 01070638:5: Pool /Common/pool_prod_membername member /Common/nodename:9083 monitor status down. [ was up for 0hr:3mins:46sec ] (slot1) where membername is the specific pool member's name and nodename is the node's name (obfuscated by me for security reasons).
Hope this helps...
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects