Page 1 of 1

Best way to whitelist files for cxs

Posted: 14 Nov 2019, 11:12
by Urbaman75
Hi,

I am getting too many of the following alerts:

Nov 14 12:10:08 srvurb01 cxswatch[31444]: Modified '/xxx/yyy/wp-content/temp-write-test-5dcd3610705490-77004072'
Nov 14 12:10:08 srvurb01 cxswatch[31444]: Deleted: '/xxx/yyy/wp-content/temp-write-test-5dcd3610705490-77004072'

And I can't get cxs.ignore to work them out.

would it be:
pfile:temp-write-test-.*

or others?

Thank you very much,

Re: Best way to whitelist files for cxs

Posted: 15 Nov 2019, 15:24
by Urbaman75
Hi,

Anyone knows how to skip those files from that kind of check?

I also tried different kinds of regex codes, all giving the right result on online regex checkers, for example:

Code: Select all

pfile:.*temp-write-test.*
Nothing changes.

Thank you.