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 16, 2008Cirrostratus
The email message already includes the IP address and port in the email subject. I don't think the regex is applied to the syslog message when generating the body, so I don't think the expansion you've listed will work for getting the IP:port in the email body. I think there are some wildcards you can use in the email body. but I haven't been able to find any reference to them. Maybe you could open a case with F5 Support if you want to pursue this?
With this alert.conf entry:
alert BIGIP_MCPD_MCPDERR_POOL_MEMBER_MON_STATUS {
snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.10";
email toaddress="admin@example.com"
fromaddress="root@bigip.example.com"
body="Node Status Down!"
}
This email is sent:
From: root@bigip.example.com
Sent: Wednesday, March 26, 2008 5:38 PM
To: Admin
Subject: 01070638:5: Pool member 1.1.1.1:80 monitor status down.
Node Status Down!
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