Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
If regexps are turned on, try backslash-escaping the dots -- those are single-character wildcards in REs, and the .* notion is a wildcard for any number of characters.
crfriend wrote:If regexps are turned on, try backslash-escaping the dots -- those are single-character wildcards in REs, and the .* notion is a wildcard for any number of characters.
thank you for replying crfriend, but i've already tried this.
i'm using use_regexp_matching=1 and use_true_regexp_matching.
also i tried to change this settings and the backslash didn't works.