exasol / cloudwatch-adapter

Makes Exasol database monitoring data available in AWS CloudWatch
MIT License
2 stars 1 forks source link

Add support for reporting backup events #57

Closed kaklakariada closed 2 years ago

kaklakariada commented 2 years ago

For administrators it would be helpful to create CloudWatch alerts that indicate if an Exasol backup succeeded or failed.

For that we can add a Metric based on events in the EXA_SYSTEM_EVENTS table. We need to report the following events:

The user must be able to configure which events should be used.

kaklakariada commented 2 years ago

We will add the new metrics to the example dashboard in https://github.com/exasol/cloudwatch-dashboard-examples/issues/11