I would like to enable maldet INOTIFY MONITORING
http://www.rfxn.com/appdocs/README.maldetect
maldet --monitor /home/*/public_html,/home2/*/public_html
and enable logrotate to file /usr/local/maldetect/event_log
if it is properly ?
in directory /etc/logrotate.d i must create file maldet.inotify
and add logrotation rule
/usr/local/maldetect/event_log {
daily
minsize 1M
create 0600 root root
rotate 1
}
http://www.rfxn.com/appdocs/README.maldetect
maldet --monitor /home/*/public_html,/home2/*/public_html
and enable logrotate to file /usr/local/maldetect/event_log
if it is properly ?
in directory /etc/logrotate.d i must create file maldet.inotify
and add logrotation rule
/usr/local/maldetect/event_log {
daily
minsize 1M
create 0600 root root
rotate 1
}