Forum Discussion
Email notification for pool members
- Jun 26, 2019
try below sample
create host entry in f5 for email gateway
mail.ae - 10.1.122.13
cp /config/user_alert.conf /config/user_alert.conf.SOL3727
modify /sys outbound-smtp mailhub mail.ae:25
save /sys config
echo "ssmtp test mail" | mail -vs "Test email for SOL13180" abc@mail.ae
create /sys management-route 10.1.122.13/32 gateway 10.x.x.1
echo "ssmtp test mail" | mail -vs "f5 test mail" abc@mail.ae
tmsh restart /sys service alertd
Full pool email alert
custome pool email alerts
==================
user alert file
vi /config/user_alert.conf
alert BIGIP_MCPD_MCPDERR_POOL_MEMBER_MON_DOWN "Pool (.*?) member (.*?):(.*?) monitor status (.*?)." {
email toaddress="netsec@mail..ae"
fromaddress="primarybox@mail.ae"
body="A pool member went down"
}
alert BIGIP_MCPD_MCPDERR_POOL_MEMBER_MON_UP "Pool (.*?) member (.*?):(.*?) monitor status up." {
email toaddress="netsec@mail.ae"
fromaddress="primarybox@mail.ae"
body="A pool member came back up"
}
It is absolutely possible, and is explained in Solution K3667 (https://support.f5.com/csp/article/K3667), although the explanation of how to create the alert and matching conditions is incorrect, and you should have a look at solution K3727 (https://support.f5.com/csp/article/K3727) for how to create the match.
You'll also need to configure an SMTP resource for the BIG-IP to be able to send mail, and that's covered in solution K13180 (https://support.f5.com/csp/article/K13180).
- diromeJun 28, 2019Cirrus
Hi Rob, thanks for youre reply
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