Skip to content

Commit c4f33fe

Browse files
authored
Merge pull request #278 from SumoLogic/sli-SUMO-174564-playbook-example
SUMO-174564: added playbook field to monitor-manager example
2 parents 436e6c5 + 25f10fa commit c4f33fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/r/monitor.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ resource "sumologic_monitor" "tf_logs_monitor_1" {
5858
}
5959
run_for_trigger_types = ["Critical", "ResolvedCritical"]
6060
}
61+
playbook = "{{Name}} should be fixed in 24 hours when {{TriggerType}} is triggered."
6162
}
6263
```
6364

@@ -102,6 +103,7 @@ resource "sumologic_monitor" "tf_metrics_monitor_1" {
102103
}
103104
run_for_trigger_types = ["Critical", "ResolvedCritical"]
104105
}
106+
playbook = "test playbook"
105107
}
106108
```
107109

0 commit comments

Comments
 (0)