As I can see, the file `/etc/logrotate.d/imunify360-wafd` contains the fix that is confirmed by developers and located between ‘postrotate’ and ‘endscript’ strings:
HTML Code:
wafd_pid=$(pidof /usr/sbin/wafd_imunify_daemon) if [ -n "$wafd_pid" ];then kill -USR2 $wafd_pid || : fi
Besides this fix, the issue should be fixed in terms of the following task: DEF-29652.
Additionally, you can check if the agent is running the latest version and if necessary, update it from the rollout with:
HTML Code:
# wget -O imunify-force-update.sh https://repo.imunify360.cloudlinux.com/defence360/imunify-force-update.sh # bash imunify-force-update.sh
Leave a comment: