vorburger / www.fineract.dev

https://www.fineract.dev
Apache License 2.0
16 stars 1 forks source link

Alert if CD breaks #16

Closed vorburger closed 2 years ago

vorburger commented 2 years ago

15 is an example of CD having broken.

https://github.com/apache/fineract/actions/workflows/fineract.dev.yaml is still green though.

It would be cool to get an Alert when CD breaks.

Not sure how to best do that, but ideally something would compare https://demo.fineract.dev/fineract-provider/actuator/info with https://github.com/apache/fineract somehow.

vorburger commented 2 years ago

It's actually probably simpler to just create an alert from failed build logs by creating a logs-based alert policy?

vorburger commented 2 years ago

It's actually probably simpler to just create an alert from failed build logs by creating a logs-based alert policy?

I've now set this up as per https://stackoverflow.com/questions/58356708/monitor-and-alert-on-cloud-build-errors-with-stackdriver.

I expect I'll get the first notifications soon due to #15, and will close this issue when I see it working.