We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f515488 commit 6de348cCopy full SHA for 6de348c
workshop/on-call/main.tf
@@ -13,7 +13,7 @@ resource "signalfx_detector" "cpu_greater_90" {
13
EOF
14
rule {
15
detect_label = "CPU utilization is greater than 90%"
16
- notifications = ["Splunk On-Call,${var.sfx_vo_id},${var.routing_key}"]
+ notifications = ["VictorOps,${var.sfx_vo_id},${var.routing_key}"]
17
parameterized_subject = "{{ruleSeverity}} Alert: {{{ruleName}}} ({{{detectorName}}})"
18
severity = "Critical"
19
parameterized_body = var.message_body
0 commit comments