Forum Discussion

pablo_juarez's avatar
pablo_juarez
Icon for Altostratus rankAltostratus
Aug 06, 2025
Solved

HTTP Monitor to Check USER-COUNT from Ivanti Node – Regex Issues

Hi everyone, I'm trying to configure an HTTP health monitor on an F5 LTM to check a value returned by an external Ivanti (Pulse Secure) node. The goal is to parse the value of the USER-COUNT field f...
  • Injeyan_Kostas's avatar
    Injeyan_Kostas
    Aug 07, 2025

    Hi pablo_juarez​ 

    I think it's because it matches also <br>MAXIMUM-LICENSED-USER-COUNT=0;

    could you try
    recv "<br>USER-COUNT=([0-9]{1,3}|[1-2][0-9]{3}|3000);"