For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Michaelyang's avatar
Michaelyang
Icon for Cirrostratus rankCirrostratus
Nov 21, 2022
Solved

About memory threshold setting

Hello,

Is there a way to have F5 set a threshold for memory and then display it on /var/log/ltm when the set threshold is exceeded?
What about an alert every minute after it is exceeded?

Any help is appreciated.

  • you could create an iCall script with a periodic handler that can assess the current memory state, and given your specified threshold, log or alert on that information. Here is a list of iCall articles you can reference to see if you'd like to tackle that effort. Another alternative would be to use SNMP from a centralized management station and alert locally there, but I'm assuming your environment there.

2 Replies

  • you could create an iCall script with a periodic handler that can assess the current memory state, and given your specified threshold, log or alert on that information. Here is a list of iCall articles you can reference to see if you'd like to tackle that effort. Another alternative would be to use SNMP from a centralized management station and alert locally there, but I'm assuming your environment there.