This application exports information about AWS scheduled events. It only supports currently IAM roles, and only requires 1 IAM permission.
ec2:DescribeInstanceStatus
Exports metrics with:
| label | value |
|---|---|
| instance_id of firing event | Hours to the scheduled event |
- alert: AWS_Scheduled_Event
expr: aws_events_scheduled_events_status < 96
for: 10m
labels:
notify: %%TEAM%%
severity: critical
annotations:
summary: "Ec2 instance {{ $labels.instance_name }} is scheduled for event (current value: {{ $value }})"
- alert: AWS_Scheduled_Event
expr: aws_events_scheduled_events_status < 200
for: 10m
labels:
notify: %%TEAM%%
severity: warning
annotations:
summary: "Ec2 instance {{ $labels.instance_name }} is scheduled for event (current value: {{ $value }})"
Content type
Image
Digest
Size
12.3 MB
Last updated
over 7 years ago
docker pull peakcom/scheduled-event-exporter