Created
September 28, 2017 22:12
-
-
Save AMeng/c95f5860f3407aec776ed91fe5dba7ec to your computer and use it in GitHub Desktop.
DataDog Alert Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: EC2 CPU Utilization | |
query: avg(last_1h):avg:aws.ec2.cpuutilization by {host} > 95 | |
message: EC2 CPU utilization is {{comparator}} {{threshold}} on host {{host.ip}}. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment