There are various options and tweaks that can be applied using registry options. After making a change to a registry option you will need to restart the "Clarity IT Advisors DataCore Event Log Watcher" / ClarityItDcElw service.
Registry OptionsCode:
Value name: CustomerName
Type: REG_SZ
Description: Your name or the name of the customer. Useful in identifying the site that sent the e-mail.
Value name: MessageSnooze
Type: REG_DWORD
Description: The amount of time in seconds that e-mail notifications are suspended for when triggered. The default value is 180 i.e. 180 seconds / 3 minutes.
Value name: MessageWindowCount
Type: REG_DWORD
Description: The number of messages that must occur within the MessageWindowTime to trigger the suspension of e-mail notifications. The default value is 5.
Value name: MessageWindowTime
Type: REG_DWORD
Description: The time window measured in seconds in which e-mail notifications are counted. If MessageWindowCount is reached within MessageWindowTime then e-mail notifications are suspended for MessageSnooze. The default value is 60 / 1 minute.
Value name: PoolCheckInterval
Type: REG_DWORD
Description: Applies only to SANmelody / SANsymphony servers. Defines how often in seconds that NMV pool information is recorded. The default value is 1800 / 30 minutes.
Value name: RecordPoolFileMaxSize
Type: REG_DWORD
Description: The maximum size of the file specified by RecordPoolFilename. Once the file size has been reached it is deleted and re-created. The default value is 104857600 / 100MB.
Value name: RecordPoolFilename
Type: REG_SZ
Description: The name of the file in which NMV pool information is record. The default value is PoolData.csv
Value name: RecordPoolInformation
Type: REG_DWORD
Description: Toggles whether NMV pool recording is enabled. Use 1 to turn on NMV pool recording. Use 0 to turn it off. The default value is 1.
Value name: SmtpFrom
Type: REG_SZ
Description: The e-mail address and name of the sender used when e-mail notifications are sent. Specify the e-mail first, then the pipe character "|", followed by the sending name. For example setting a value of "ian@clarityitadvisors.com|Clarity IT DataCore ELW on SANMELODY1 (Clarity IT)" will send e-mails from ian@clarityitadvisors.com and the senders name will be Clarity IT DataCore ELW on SANMELODY1 (Clarity IT).
Value name: SmtpPassword
Type: REG_SZ
Description: The password to use when sending e-mail notifications.
Value name: SmtpPort
Type: REG_DWORD
Description: The TCP/IP port to connect to when sending SMTP e-mail. The default value is 25.
Value name: SmtpServer
Type: REG_SZ
Description: The DNS name or IP address of the SMTP server.
Value name: SmtpTo
Type: REG_SZ
Description: The e-mail address and name of the recipient(s) that will be sent e-mail notifications. Specify the e-mail first, then the pipe character "|", followed by the recipients name. For example setting a value of "ian@clarityitadvisors.com|SANMELODY1's Storage Administrator" will send e-mails from ian@clarityitadvisors.com and the senders name will be SANMELODY1's Storage Administrator. Additional recipients can be specified by using a separating comma. For example ian@clarityitadvisors.com|SANMELODY1's Storage Administrator,su@clarityitadvisors.com|SANMELODY1's Storage Administrator
Value name: SmtpUser
Type: REG_SZ
Description: The username to use when trying to send e-mail.