Change sender's email address in AlarmNotifier (Windows)
search cancel

Change sender's email address in AlarmNotifier (Windows)

book

Article ID: 247594

calendar_today

Updated On:

Products

DX NetOps CA Spectrum

Issue/Introduction

I  want to change the sender notification email address for Spectrum in AlarmNotifier

Environment

Release : 21.2

Component : Spectrum Applications

Resolution

Launch the Regedit.exe and navigate to the HKEY_CURRENT_USER/Software/SMail folder and edit the username REG_SZ.

Change to (for example):

Save the change.

And edit the SetScript/ClearScript/UpdateScript:

Change from:

$MAIL -s "A $SEV alarm has occurred on $SERVER (Model Name=$MNAME)(Model Type=$MTYPE)" $RCVRS < /tmp/set_alarm.$PID

To:

$MAIL -f spcadmin -s "A $SEV alarm has occurred on $SERVER (Model Name=$MNAME)(Model Type=$MTYPE)" $RCVRS < /tmp/set_alarm.$PID