DX Unified Infrastructure Management

 View Only
  • 1.  Logmon Regex issue

    Posted Jan 25, 2021 01:59 AM

    There is output of logmon when run the profile :-

    Queue statistics Pending Completed
    ================ ======= =========
    Maximum number of entries: 9000 150000
    Current number of entries: 24 6057
    Number of free entries: 8976 143943
    Percentage full: 0% 4%

    Alarm should be generated when Percentage full: 0% 50%  .Please help me I try serval different regex but unfortunately no better luck,

    Thanks in advance !

    Akash Saini


  • 2.  RE: Logmon Regex issue

    Posted Jan 25, 2021 09:13 AM
    I think that there's actually more to your question but specifically answering:

    /Percentage\sfull:\s0\%\s50\%/ will match your string.

    If this is not the answer you were looking for, it might be helpful to see the attempts you tried and failed with to understand more of what you are looking for.