Question
How do you update the WP Toolkit "Vulnerability Found" Notification setting?
Answer
The WP Toolkit events are currently not showing in the Contact Manager interface in WHM.
As such, these events can only be modified from the command line. You can run the following command from the terminal to update these messages:
# whmapi1 set_application_contact_importance app='WPT' event='VulnerabilityFound' importance='$VALUE'
Note: Please update the $VALUE to the appropriate setting, such as Disabled, Low, Medium, or High.
For example, if you'd like to disable the notification, you would update "$VALUE" to "disable":
# whmapi1 set_application_contact_importance app='WPT' event='VulnerabilityFound' importance='Disabled'
Comments
0 comments
Article is closed for comments.