Forum Discussion

Abed_AL-R_26070's avatar
Abed_AL-R_26070
Icon for Nimbostratus rankNimbostratus
Sep 10, 2017

F5 SNMP email notification

Hi,

We have configued as mentioned in SOL3667 email notification when member goes down/up every thing is workign as expected .. This is example of one of the email notifications: 01070727:5: Pool /GSLB/Websense-Pool member /GSLB/Websense-68:80 monitor status up. [ /Common/gateway_icmp: up, /GSLB/WebSense-Alive_Check: up ] [ was down for 0hr:0min:49sec ] (slot1)

but we want to modify this configuration to send the notifications only if the member is down for more than 3 minutes instead of 1 minute ... is it possible to modify it ?

here is the code we're using :

 

alert BIGIP_MCPD_MCPDERR_NODE_ADDRESS_MON_STATUS "Node (.*?) monitor status down."{
    snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.12";
email toaddress="test@test.com"
fromaddress="root"
body="Please notice the status of the node!"
}