DX Unified Infrastructure Management

  • 1.  logmon probe exlude expression/rule

    Posted Nov 26, 2012 08:33 PM

    Is the logmon exclude expression/rule a regular expression or just a string?



  • 2.  Re: logmon probe exlude expression/rule
    Best Answer

    Posted Nov 26, 2012 10:53 PM

    If you surround it with forward slashes (/), it is interpreted as a Perl-compatible regular express (PCRE). Otherwise it is considered a "pattern," which in Nimsoft is mostly a literal string but supports a few special characters - asterisk (*), pipe (|), etc.