CA will search for the most specific match - so yes,
A message from server0* would be picked up by MSG ID 1, a message from any other server would be picked up by MSG ID 2.
The only way I can think to do it with a group of servers is to use the TEST message action.
EG: Have a generic msg record.
Do a test as the first action to find out what Node it is:
Action = TEST
Text = ( &NODEID = ABC -o &NODEID = DEF )
(The -o means "or"
If it finds a match it will send a 0 Return Code.
So for the next action do an EXIT with Condition Opcode = NE and return Code = 0.
Hence - if the node is not either ABC or DEF it will exit, if it is it will skip this action and continue to the next.
Sorry it's so long!! Here's one we do that does different escalation depending on which agent has alerted etc. TEST is a really good way of cutting down on the number of MSG records that you have.
If you enable regular expressions (Message records - Config tab), you can use them also in the Domain\Node field.
For example you can enter:
server10|server2*|server33
'|' means 'or'.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.