-
Notifications
You must be signed in to change notification settings - Fork 0
refs #0000 Add Cloud SQL monitoring #1
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
Conversation
e9b2b87
to
0ae608f
Compare
README.md
Outdated
|
||
This project can be used as a template for the initial stub of a Terraform | ||
module. | ||
This module creates a set of monitoring for Google Cloud Platform services. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This module creates a set of monitoring for Google Cloud Platform services. | |
This module creates a set of monitoring alerts for Google Cloud Platform services. |
cloud-sql.tf
Outdated
|
||
display_name = "${local.cloud_sql_project} ${each.value.instance} - Memory utilization ${each.value.severity} ${each.value.threshold * 100}%" | ||
combiner = "OR" | ||
# Available severity levels: INFO, WARNING, ERROR, CRITICAL, available from google provider >= 5.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Available severity levels: INFO, WARNING, ERROR, CRITICAL, available from google provider >= 5.0 | |
# @TODO: restore severity after all projects are migrated to google provider 5.x. Actually, we cannot set severity since zambon-ops is using a 4.x version. |
cloud-sql.tf
Outdated
|
||
display_name = "${local.cloud_sql_project} ${each.value.instance} - Disk utilization ${each.value.severity} ${each.value.threshold * 100}%" | ||
combiner = "OR" | ||
# Available severity levels: INFO, WARNING, ERROR, CRITICAL, available from google provider >= 5.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Available severity levels: INFO, WARNING, ERROR, CRITICAL, available from google provider >= 5.0 | |
# @TODO: restore severity after all projects are migrated to google provider 5.x. Actually, we cannot set srverity since zambon-ops is using a 4.x version. |
0ae608f
to
900d387
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
No description provided.