This post is more than 5 years old
1 Rookie
•
24 Posts
0
787
February 20th, 2009 07:00
multiple email addresses in notification
Reading through the documentation it would seem I can only add one email address per line in the event config file:
disposition severity=0-3, mail "nasadmin@nasdocs.emc.com"
I was going to open a PER to allow multiple email addresses per mail line, but thought I would check here first to see if that was already in the works or if there was a workaround.
(5.6)
Heather
disposition severity=0-3, mail "nasadmin@nasdocs.emc.com"
I was going to open a PER to allow multiple email addresses per mail line, but thought I would check here first to see if that was already in the works or if there was a workaround.
(5.6)
Heather
No Events found!


Rainer_EMC
6 Operator
•
8.6K Posts
0
February 20th, 2009 11:00
no need to file a PER
just put multiple email addresses within the quotes comma-separated like this:
disposition severity=0-3, mail "nasadmin@nasdocs.emc.com,helpdesk@emc.com"
your are right - this isnt mentioned in the Configuring Events manual
They way I found out is to create an event in Celerra Manager - there the help page says comma-separated
Then I looked at the config file that Celerra Manager created and sure enough it was in there like that
Sometime the GUI help pages mention details that the manuals or CLI man pages dont and vice versa
regards
Rainer
P.S.: I'll send a note to the doc team asking them to consider adding this to the manual