Skip to content

Commit 263ffe2

Browse files
committed
feat: rename actions
1 parent 88e36ec commit 263ffe2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

workflow-cli/configuration-opensearch/alerting/agent-heartbeat.monitor.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"actions": [
8282
{
8383
"id": "<%= idgen('action-teams', server.name, agent.index) %>",
84-
"name": "Notify Teams Channel",
84+
"name": "Notify Appinfra Teams Channel",
8585
"destination_id": "appinfra-msteams",
8686
"message_template": {
8787
"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,7 +118,7 @@
118118
{
119119
"$$OMIT": "<%= !serverTag('wildfire') || !serverTag('nonproduction') ? 'true' : 'false' %>",
120120
"id": "<%= idgen('action-nonprod-wf', server.name, agent.index) %>",
121-
"name": "notify",
121+
"name": "Notify Wildfire Nonprod Teams Channel",
122122
"destination_id": "wf-nonprod-msteams",
123123
"message_template": {
124124
"source": "{\"text\": \"No logs received from <%= server.name %> between {{ctx.periodStart}} and {{ctx.periodEnd}}\"}",
@@ -137,7 +137,7 @@
137137
{
138138
"$$OMIT": "<%= !serverTag('wildfire') || !serverTag('production') ? 'true' : 'false' %>",
139139
"id": "<%= idgen('action-prod-wf', server.name, agent.index) %>",
140-
"name": "notify",
140+
"name": "Notify Wildfire Prod Teams Channel",
141141
"destination_id": "wf-prod-msteams",
142142
"message_template": {
143143
"source": "{\"text\": \"No logs received from <%= server.name %> between {{ctx.periodStart}} and {{ctx.periodEnd}}\"}",

0 commit comments

Comments
 (0)