BonnyCI / projman

A project management repository -- meta
0 stars 2 forks source link

We aren't monitoring for ansible-runner failures #224

Open gandelman-a opened 7 years ago

gandelman-a commented 7 years ago

Our deployment ansibles get run asynchronously via cron. We are currently not monitoring them in any way. If one is failing, it usually doesn't get noticed until one of us bothers to look. We should output something from ansible-runner tasks that indicate failure, and pick up on that via a datadog monitor. This can be something as simple as dropping a file for the failing environment somewhere on the filesystem, and a datadog monitor that triggers when said files exist?