|
81 | 81 | "actions": [
|
82 | 82 | {
|
83 | 83 | "id": "<%= idgen('action-teams', server.name, agent.index) %>",
|
84 |
| - "name": "Notify Teams Channel", |
| 84 | + "name": "Notify Appinfra Teams Channel", |
85 | 85 | "destination_id": "appinfra-msteams",
|
86 | 86 | "message_template": {
|
87 | 87 | "source": "{ \"text\": \"Monitor {{ctx.monitor.name}} just entered alert status. Please investigate the issue.\n - Trigger: {{ctx.trigger.name}}\n - Severity: {{ctx.trigger.severity}}\n - Period start: {{ctx.periodStart}}\n - Period end: {{ctx.periodEnd}}\" }",
|
|
118 | 118 | {
|
119 | 119 | "$$OMIT": "<%= !serverTag('wildfire') || !serverTag('nonproduction') ? 'true' : 'false' %>",
|
120 | 120 | "id": "<%= idgen('action-nonprod-wf', server.name, agent.index) %>",
|
121 |
| - "name": "notify", |
| 121 | + "name": "Notify Wildfire Nonprod Teams Channel", |
122 | 122 | "destination_id": "wf-nonprod-msteams",
|
123 | 123 | "message_template": {
|
124 | 124 | "source": "{\"text\": \"No logs received from <%= server.name %> between {{ctx.periodStart}} and {{ctx.periodEnd}}\"}",
|
|
137 | 137 | {
|
138 | 138 | "$$OMIT": "<%= !serverTag('wildfire') || !serverTag('production') ? 'true' : 'false' %>",
|
139 | 139 | "id": "<%= idgen('action-prod-wf', server.name, agent.index) %>",
|
140 |
| - "name": "notify", |
| 140 | + "name": "Notify Wildfire Prod Teams Channel", |
141 | 141 | "destination_id": "wf-prod-msteams",
|
142 | 142 | "message_template": {
|
143 | 143 | "source": "{\"text\": \"No logs received from <%= server.name %> between {{ctx.periodStart}} and {{ctx.periodEnd}}\"}",
|
|
0 commit comments