Forum Discussion
EMAIL to group ID in case Node in the pool goes down.
HI I have tried it and dont see luck
i have configuredsimialr https://support.f5.com/kb/en-us/solutions/public/13000/100/sol13180.html and tested that i can send an test email form F5 with below command
echo "ssmtp test mail" | mail -vs "Test email for F5" kaladhar.vvs@fadv.com I see mail delivered but when i try Add the following to /config/user_alert.conf:
alert BIGIP_MCPD_MCPDERR_POOL_MEMBER_MON_DOWN "Pool MAIL_TEST_POOL_80 member 10.250.7.79:8080 monitor status down." {
email toaddress="kaladhar.vvs@fadv.com"
fromaddress=""
body="A pool member went dorootwn"
}
alert BIGIP_MCPD_MCPDERR_POOL_MEMBER_MON_UP "Pool MAIL_TEST_POOL_80 member 10.250.7.79:8080 monitor status up." {
email toaddress="kaladhar.vvs@fadv.com"
fromaddress="root"
body="A pool member came back up"
}
alert BIGIP_MCPD_MCPDERR_POOL_MEMBER_MON_DOWN "Pool MAIL_TEST_POOL_80 member 10.250.7.80:8080 monitor status down." { email toaddress="kaladhar.vvs@fadv.com" fromaddress="f5devtest" body="A pool member went down" }
alert BIGIP_MCPD_MCPDERR_POOL_MEMBER_MON_UP "Pool MAIL_TEST_POOL_80 member 10.250.7.80:8080 monitor status up." {
email toaddress="kaladhar.vvs@fadv.com"
fromaddress="root"
body="A pool member came back up"
}
after configuring pool MAIL_TEST_POOL_80 with members 10.250.7.79:8080 and 10.250.7.80:8080 and making one of the node down f5 did not send an email. Am I missing some thing here??
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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