catalyst / moodle-tool_cloudmetrics

Realtime metrics for Moodle
https://moodle.org/plugins/tool_cloudmetrics
GNU General Public License v3.0
0 stars 3 forks source link

Issue #75; Disable AWS cloudwatch plugin for cloudmetrics by default. #81

Closed macgirvin closed 2 years ago

macgirvin commented 2 years ago

Issue #75; Disable AWS cloudwatch plugin for cloudmetrics by default. It is automatically enabled when installed with cloudmetrics.

macgirvin commented 2 years ago

I'm looking into creating install.php now to set the database collector to enabled on installation.

jaypha commented 2 years ago

I think there should be an upgrade step that would swap the config value in an existing installation. That is, see what the 'disabled' config is, and then set 'enabled' accordingly (and eliminate the 'disabled' config for good measure).

jaypha commented 2 years ago

Also, for good measure, there should be a version bump.