Skip to content

Commit

Permalink
Switch Main Node CPU threshold from 50 to 75
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Mar 19, 2024
1 parent 3b5ece4 commit 61cc374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/monitoring/ci-alarms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class JenkinsMonitoring {
alarmDescription: 'Overall EC2 avg CPU Utilization',
evaluationPeriods: 3,
metric: cpuMetric,
threshold: 50,
threshold: 75,
comparisonOperator: ComparisonOperator.GREATER_THAN_THRESHOLD,
}));

Expand Down

0 comments on commit 61cc374

Please sign in to comment.