Skip to content

Commit 24699fd

Browse files
author
Andrew Anguiano
committed
feat: Unbreak alert conditions for testing
1 parent 6cbe420 commit 24699fd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

alert-policies/active-directory/active-directory-replication-failures.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nrql:
88

99
valueFunction: SINGLE_VALUE
1010
terms:
11-
- priority: WARNING
11+
- priority: CRITICAL
1212
operator: ABOVE
1313
threshold: 0
1414
thresholdDuration: 120

alert-policies/active-directory/active-directory-windows-services.yml

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ nrql:
99

1010
valueFunction: SINGLE_VALUE
1111
terms:
12+
- priority: CRITICAL
13+
operator: ABOVE
14+
threshold: 0
15+
thresholdDuration: 300
16+
thresholdOccurrences: ALL
1217

1318
expiration:
1419
closeViolationsOnExpiration: false

alert-policies/akka/HighCpuUtilization.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ valueFunction: SINGLE_VALUE
1313

1414
# List of Critical and Warning thresholds for the condition
1515
terms:
16-
- priority: WARNING
16+
- priority: CRITICAL
1717
# Operator used to compare against the threshold.
1818
operator: ABOVE
1919
# Value that triggers a violation

0 commit comments

Comments
 (0)