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,
Best way to whitelist files for cxs
Re: Best way to whitelist files for cxs
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:
Nothing changes.
Thank you.
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.*
Thank you.