You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws/rds/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,10 +44,10 @@ No modules.
44
44
| <aname="input_alert_critical_priority"></a> [alert\_critical\_priority](#input\_alert\_critical\_priority)| Priority for alerts within critical threshold (P1-P5, uses monitor defaults if not specified) |`string`|`null`| no |
45
45
| <aname="input_alert_message"></a> [alert\_message](#input\_alert\_message)| Message to prepend to alert notifications |`string`|`"Alert"`| no |
46
46
| <aname="input_alert_nodata_priority"></a> [alert\_nodata\_priority](#input\_alert\_nodata\_priority)| Priority for alerts within warning threshold (P1-P5, uses monitor defaults if not specified) |`string`|`null`| no |
47
-
| <aname="input_base_tags"></a> [base\_tags](#input\_base\_tags)| Base tags (key:value format) to add to this type of check (combined with `local.tags` and `var.additional_tags`, generally you should not change this) |`list(string)`| <pre>[<br> "resource:rds"<br>]</pre> | no |
47
+
| <aname="input_base_tags"></a> [base\_tags](#input\_base\_tags)| Base tags (key:value format) to add to this type of check (combined with `local.tags` and `var.additional_tags`, generally you should not change this) |`list(string)`| <pre>[<br/> "resource:rds"<br/>]</pre> | no |
48
48
| <aname="input_connection_count_anomaly_deviations"></a> [connection\_count\_anomaly\_deviations](#input\_connection\_count\_anomaly\_deviations)| Standard deviations |`number`|`3`| no |
49
49
| <aname="input_connection_count_anomaly_enabled"></a> [connection\_count\_anomaly\_enabled](#input\_connection\_count\_anomaly\_enabled)| Enable CPU utilization anomaly monitor |`bool`|`true`| no |
50
-
| <aname="input_connection_count_anomaly_evaluation_window"></a> [connection\_count\_anomaly\_evaluation\_window](#input\_connection\_count\_anomaly\_evaluation\_window)| Evaluation window for monitor (`last_?m` (1, 5, 10, 15, or 30), `last_?h` (1, 2, or 4), or `last_1d`]|`string`|`"last_1h"`| no |
50
+
| <aname="input_connection_count_anomaly_evaluation_window"></a> [connection\_count\_anomaly\_evaluation\_window](#input\_connection\_count\_anomaly\_evaluation\_window)| Evaluation window for monitor (`last_?m` (1, 5, 10, 15, or 30), `last_?h` (1, 2, or 4), or `last_1d`]|`string`|`"last_4h"`| no |
51
51
| <aname="input_connection_count_anomaly_no_data_window"></a> [connection\_count\_anomaly\_no\_data\_window](#input\_connection\_count\_anomaly\_no\_data\_window)| No data threshold (in minutes, 0 to disable) |`number`|`10`| no |
52
52
| <aname="input_connection_count_anomaly_recovery_window"></a> [connection\_count\_anomaly\_recovery\_window](#input\_connection\_count\_anomaly\_recovery\_window)| Recovery window for anomaly monitor (`last_?m` (1, 5, 10, 15, or 30), `last_?h` (1, 2, or 4), or `last_1d`]|`string`|`"last_15m"`| no |
53
53
| <aname="input_connection_count_anomaly_rollup"></a> [connection\_count\_anomaly\_rollup](#input\_connection\_count\_anomaly\_rollup)| Rollup interval (must be sized based on evaluation window/span and seasonaility) |`number`|`60`| no |
@@ -89,7 +89,7 @@ No modules.
89
89
| <aname="input_notify_prod_override"></a> [notify\_prod\_override](#input\_notify\_prod\_override)| List of notifications for 12x5 prod alerts in critical threshold (uses `notify_default` otherwise) |`list(string)`|`[]`| no |
90
90
| <aname="input_notify_recovery_override"></a> [notify\_recovery\_override](#input\_notify\_recovery\_override)| List of notifications for alert recovery (uses `notify_default` otherwise) |`list(string)`|`[]`| no |
91
91
| <aname="input_notify_warn_override"></a> [notify\_warn\_override](#input\_notify\_warn\_override)| List of notifications for alerts in warning threshold (uses `notify_default` otherwise) |`list(string)`|`[]`| no |
92
-
| <aname="input_renotify_interval"></a> [renotify\_interval](#input\_renotify\_interval)| Interval in minutes to re-send notifications about an alert |`number`|`0`| no |
92
+
| <aname="input_renotify_interval"></a> [renotify\_interval](#input\_renotify\_interval)| Interval in minutes to re-send notifications about an alert |`number`|`60`| no |
93
93
| <aname="input_runbook_link"></a> [runbook\_link](#input\_runbook\_link)| Runbook link to include in message |`string`|`null`| no |
94
94
| <aname="input_service"></a> [service](#input\_service)| Service associated with the monitored resource (leave blank to omit tag) |`string`|`null`| no |
95
95
| <aname="input_team"></a> [team](#input\_team)| Team supporting the monitored resource (leave blank to omit tag) |`string`|`null`| no |
0 commit comments