Best way to whitelist files for cxs

Community forum to discuss cxs.
If you believe that there is a problem with your cxs installation and want support then, as a paid product, you should use the helpdesk after having consulted the documentation.
Post Reply
Urbaman75
Junior Member
Posts: 3
Joined: 14 Nov 2019, 09:09

Best way to whitelist files for cxs

Post 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,
Urbaman75
Junior Member
Posts: 3
Joined: 14 Nov 2019, 09:09

Re: Best way to whitelist files for cxs

Post 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.
Post Reply