Issue
How to change Imunify Security Notifications?
Environment
- ImunifyAV/AV+
- cPanel
- any supported OS
Solution
Imunify uses the cPanel contact manager to send notifications about those threats. This feature can be managed through CLI.
# imunify-antivirus config update '{"ADMIN_CONTACTS": {"enable_icontact_notifications": true}}'
And to switch it off:
# imunify-antivirus config update '{"ADMIN_CONTACTS": {"enable_icontact_notifications": false}}'
If required to adjust the notifications or redirect them to another email address/contact channel through the UI, WHM's Contact Manager can be used for this:
It is possible to use WHM API 1 to set up the preference for notification importance. The command, allowing this setting is:
whmapi1 set_application_contact_event_importance app=Imunify event=Generic importance=High
Where “importance” value can be set as: High, Medium, Low or Disabled.
Useful links
- https://blog.imunify360.com/how-to-manage-imunify-security-notifications
- https://docs.cpanel.net/whm/server-contacts/contact-manager/
Comments
0 comments
Please sign in to leave a comment.