Skip to content

Commit

Permalink
Merge pull request #14 from kubealex/main-1
Browse files Browse the repository at this point in the history
Align event variable name
  • Loading branch information
Jai28 authored Aug 24, 2023
2 parents c111b07 + 5140431 commit 660095d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ This Event source plugin from Dynatrace captures all problems from your Dynatrac

rules:
- name: Problem payload Dynatrace for CPU issue
condition: event.problemTitle contains "CPU saturation"
condition: event.title contains "CPU saturation"
action:
run_job_template:
name: "Remediate CPU saturation issue"
organization: "Default"
- name: Problem payload Dynatrace for App Failure rate increase issue
condition: event.problemTitle contains "Failure rate increase"
condition: event.title contains "Failure rate increase"
action:
run_job_template:
name: "Remediate Application issue"
Expand Down

0 comments on commit 660095d

Please sign in to comment.