How can I get an 'Action', which is configured as a template, to email different groups of people?
When configuring the Action -> Operations, a Step for Send Message doesn't seem to give me an option to put in a Group placeholder. That is, that it should send the Message to a different group of people depending on which Host the Trigger was caused by.
Such as this:
There's a template Trigger to monitor a Web Page on 3 different servers
ServerA has a web page that goes down
Trigger "Check Web Page" registers this event
Action "Respond to Web problem" is based on that Trigger
- The Action can use macros to identify which server the issue was from
The Action has an operation to send an email
- This email is configured to go to a specific Group
ServerB has a web page that goes down
... The Action of the Operation that sends the email is still using the same Group as recipients of the email.
I would like the email to go to a different Group for each server - there are different people who are responsible for different servers.
I could create a whole new Action for each server, but that goes against the idea of using a Template.
When configuring the Action -> Operations, a Step for Send Message doesn't seem to give me an option to put in a Group placeholder. That is, that it should send the Message to a different group of people depending on which Host the Trigger was caused by.
Such as this:
There's a template Trigger to monitor a Web Page on 3 different servers
ServerA has a web page that goes down
Trigger "Check Web Page" registers this event
Action "Respond to Web problem" is based on that Trigger
- The Action can use macros to identify which server the issue was from
The Action has an operation to send an email
- This email is configured to go to a specific Group
ServerB has a web page that goes down
... The Action of the Operation that sends the email is still using the same Group as recipients of the email.
I would like the email to go to a different Group for each server - there are different people who are responsible for different servers.
I could create a whole new Action for each server, but that goes against the idea of using a Template.
Comment