Forum Discussion
Don_22992
Jan 28, 2008Nimbostratus
Email notification of node/vs down
I have searched for a while now, and have not found a solution.
Alertd appears to be the method of sending an email alert; how do I tell it a node is down?
Or a custom scripted mon...
hooleylist
Apr 03, 2008Cirrostratus
Sure. Take a look at SOL3727 for details on how to configure alertd to trigger an email notification when a node is marked down.
https://support.f5.com/kb/en-us/solutions/public/3000/700/sol3727.html
alert.conf sample:
alert BIGIP_MCPD_MCPDERR_POOL_MEMBER_MON_STATUS {
snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.10";
email toaddress="support@example.com"
fromaddress="root@bigip.example.com"
body="Pool Member 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="support@example.com"
fromaddress="root@bigip.example.com"
body="Pool Member Monitor Status Up"
}
alert BIGIP_MCPD_MCPDERR_NODE_ADDRESS_MON_STATUS {
snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.12";
email toaddress="support@example.com"
fromaddress="root@bigip.example.com"
body="Node Address Monitor Status Down!"
}
alert BIGIP_MCPD_MCPDERR_NODE_ADDRESS_MON_STATUS_UP {
snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.13";
email toaddress="support@example.com"
fromaddress="root@bigip.example.com"
body="Node Address Monitor Status Up"
}
Aaron
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