Follow these steps to configure the daily digest option for Trellix event notifications.
The daily digest option allows or blocks daily digest delivery of Trellix event notifications. For example, suppose you configure the syslog notification service and individual SMTP email recipients to receive event notifications in a daily digest. If the daily digest option is disabled, no daily digests are sent.
Prerequisites
View the daily digest configuration.
hostname (config) # show fenotify digest Notification Digest settings: Time : 16:30 Enabled : no(Optional) Change the time of the daily digest delivery. Use the following command:
This example shows the default settings:
fenotify digest daily at <hh>:<mm>
Replace the
<hh>and<mm>variables with the hours and minutes of the new delivery time in 24-hour clock format.This example manually restores the daily digest delivery time to noon:
hostname (config) fenotify digest daily at 12:00(Optional) Enable or disable the daily digest option.
This example enables the daily digest delivery option: command:
hostname (config) fenotify digest enableThis example disables the daily digest delivery option: command:
hostname (config) no fenotify digest enable
View your changes.
This example shows the manually restored default settings:
hostname (config) # show fenotify digest Notification Digest settings: Time : 12:00 Enabled : yes