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 hel...
  • JRahm's avatar
    Nov 23, 2022

    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.