Prerequisites
TheFile Protect File Protect appliance must have an established connection to the Internet.
You must have Admin or Operator access to the File Protect appliance.
Configuring Event Notifications
Use the CLI commands in this topic to configure event notifications.
Enable the CLI configuration mode:
hostname > enablehostname # configure terminalCheck which protocols are already enabled:
hostname (config) # show fenotify email hostname (config) # show fenotify http hostname (config) # show fenotify rsyslog hostname (config) # show fenotify snmpConfigure the protocols that you want to use:
Confirm that the protocols are configured correctly:
hostname (config) # show fenotify emailhostname (config) # show fenotify httphostname (config) # show fenotify rsysloghostname (config) # show fenotify snmpEnable the notifications. By default, notifications are enabled. This command only affects notifications for enabled protocols. If a protocol has been disabled, you must enable the protocol before enabling notifications.
hostname (config) # fenotify enableSend a test email message to all enabled recipients:
hostname (config) # fenotify email send-testSave the configuration:
hostname (config) # write memory