maldet inotify and error_log

upsforum

Well-Known Member
Jul 27, 2005
474
0
166
I installed maldet with inotify (--monitor option) and log, but the problem is that inotify register also the edited on error_log for all accounts:

/home/user/public_html/error_log MODIFY 21 Nov 19:26:46
/home/user/public_html/error_log MODIFY 21 Nov 19:26:46
/home/user/public_html/error_log MODIFY 21 Nov 19:26:46
/home/user/public_html/error_log MODIFY 21 Nov 19:26:49
/home/user/public_html/error_log MODIFY 21 Nov 19:26:49

is possible exclude this notify?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,260
463
Hello :)

You may want to contact the support team for this third-party application if you are not able to determine the solution through user feedback.

Thank you.
 

upsforum

Well-Known Member
Jul 27, 2005
474
0
166
I added in ignore_inotify but not work

^/var/tmp/mysql.sock$
^/tmp/mysql.sock$
^/var/cache/buagent/md0.cache.data$
^/var/tmp/#sql_.*\.MYD$
^/tmp/#sql_.*\.MYD$
^/home/.*/public_html/error_log$ <------ my row

- - - Updated - - -

now is correct:

^/home/.*/public_html/.*error_log$

for any error_log ... in root and all sub directory

thank you