Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

F5 custom user_alert.conf same trap with alert.conf

kridsana
Cirrocumulus
Cirrocumulus

Hi

Refer to https://support.f5.com/csp/article/K3727. We should use different name and different match message from the one in alert.conf

If I want to set email alert on CPU temp high (this stanza is in alert.conf)
alert BIGIP_SYSTEM_CHECK_E_CPU_TEMP_HIGH {
snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.4";
lcdwarn description="CPU Temp too high." priority="3"
}

How can i do it in user_alert.conf? Should I just copy above stanza into user_alert.conf?
eg.
alert BIGIP_SYSTEM_CHECK_E_CPU_TEMP_HIGH {  >>>> same name
snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.4";   >>> same oid
lcdwarn description="CPU Temp too high." priority="3";
email toaddress="test@test.com
fromaddress="f5@test.com
}

1 ACCEPTED SOLUTION

Hi @kridsana , 
According this KB : " https://support.f5.com/csp/article/K3667 " it should work. 

Reards

_______________________
Regards
Mohamed Kansoh

View solution in original post

1 REPLY 1

Hi @kridsana , 
According this KB : " https://support.f5.com/csp/article/K3667 " it should work. 

Reards

_______________________
Regards
Mohamed Kansoh