Forum Discussion
Perry_Wagner_11
Aug 28, 2008Nimbostratus
Monitoring Active/Standby failover
Is there a way anyone has found to get an email notification if a redundant pair failover of BigIP occurs?
thanks
Hamish
Aug 29, 2008Cirrocumulus
Small nit... It should be
alert BIGIP_SOD_SODERR_SOD_STANDBY {
snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.14";
lcdwarn description="Unit going standby." priority="0";
email toaddress="LTM-alert@mydomain.com"
fromaddress="LTM1@mydomain.com"
body="LTM Failover event occured: Unit going to standby"
}
alert BIGIP_SOD_SODERR_SOD_ACTIVE {
snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.15";
lcdwarn description="Unit going Active." priority="0";
email toaddress="LTM-alert@mydomain.com"
fromaddress="LTM1@mydomain.com"
body="LTM Failover event occured: Unit going to active"
}
Note the ';' (Semi-Colon) between the second alert (lcdwarn) and the third (email). (You need a semi-colon between each alert). Not obvious unfortunately. The alertd just logs into ltm that there's a problem at the email line otherwise.
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