-
Notifications
You must be signed in to change notification settings - Fork 1
YAML Configuration
Garot Conklin edited this page Apr 29, 2025
·
1 revision
rules:
- name: "RuleName"
description: "Rule description"
trigger:
metric: "MetricName"
namespace: "AWS/Service"
threshold: value
duration: "5 minutes"
actions:
- type: "action_type"
steps: []- name: "HighCPU_Remediation"
trigger:
metric: "CPUUtilization"
namespace: "AWS/EC2"
threshold: 90
duration: "5 minutes"
actions:
- type: "remediate"
steps:
- "aws autoscaling set-desired-capacity"
- type: "notify"
channel: "slack"-
Naming Convention
- Use descriptive names
- Include service and action type
- Follow
ServiceName_ActionTypeformat
-
Thresholds
- Set appropriate buffer zones
- Consider time windows
- Include gradual escalation
-
Actions
- Start with notifications
- Graduate to automated actions
- Include rollback steps
Report Bug | Request Feature | Documentation | Contributing Guidelines
© 2025 fleXRPL. All Rights Reserved.