Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set enable monitoring to true for postgres and redis #1069

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

johnake
Copy link
Contributor

@johnake johnake commented Apr 30, 2024

Context

We should monitor the database in production. Set the setting to true.
This may require creating the action group as per the terraform-modules doc

Changes proposed in this pull request

  • Set 'enable_monitoring' to true in production confi
  • Create a new monitoring group s189p01-faltrn-mn-rg
  • Create an Action group, s189p01-find-a-lost-trn within the resource group above

Checklist

  • Attach to Trello card
  • Rebased main
  • Cleaned commit history
  • Tested by running locally

@johnake johnake requested a review from a team as a code owner April 30, 2024 13:11
@johnake
Copy link
Contributor Author

johnake commented Apr 30, 2024

@@ -2,7 +2,7 @@
"app_environment": "production",
"cluster": "production",
"file_environment": "prod",
"enable_monitoring": false,
"enable_monitoring": true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in variables.tf enable_monitoring should default to false and then remove from "enable_monitoring": false, from test.tfvars.json, preproduction.tfvars.json, and development.tfvars.json,

@johnake johnake force-pushed the 1734-find-a-lost-trn-enable-postgres-monitoring branch from 37731bd to 3deacbe Compare April 30, 2024 14:05
@johnake johnake merged commit 3a1e8be into main Apr 30, 2024
12 checks passed
@johnake johnake deleted the 1734-find-a-lost-trn-enable-postgres-monitoring branch April 30, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants