Guardian 0.5.3 Release
version: 0.5.3
Azure file check
The Azure file check provides the capability to check and alter on the existance of a file and the age of the file in a Azure blob store.
see the docs for more info
Custom Check Schedules
Custom lambda check schedules are now configurable through config Schedule
using a cloudwatch event cron expression. This enables you to change how often the check will run from the default value of 5 minutes.
Resources:
Http:
- Id: https://api.example.com
StatusCode: 200
Ssl: true
# run our http check every minute to pick up issues quicker
Schedule: "0/1 * * * ? *"
Template:
Http:
EndpointAvailable:
# alter the alarm evaluation period to match the schedule
EvaluationPeriods: 60
Bug Fixes
- resolves issue Guardian HTTP alarm overriding