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
| cloudwatch_logs_retention_in_days | Specifies the number of days you want to retain log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, and 3653. |`number`|`14`| no |
33
33
| function_name | Lambda function name. |`string`|`"ssl-checker"`| no |
34
34
| hostnames | The list of DNS names that should be monitored. e.g.: [\"example.com\"]. |`list(string)`|| yes |
35
+
| health_check_matcher | The response HTTP codes to use when checking for a healthy responses from a hostnames. e.g.: \"200,201,202-399\". |`string`|`"200-399"`| no |
35
36
| scan_commands | List of scan commands types witch will run against hostnames. Any type supported by [SSLyze](https://nabla-c0d3.github.io/sslyze/documentation/available-scan-commands.html). |`list(string)`|`["certificate_info", "robot", "tls_compression", "tls_fallback_scsv", "heartbleed","http_headers", "openssl_ccs_injection", "session_renegotiation", "tls_1_1_cipher_suites","tls_1_2_cipher_suites", "tls_1_3_cipher_suites"]`| no |
36
37
| schedule_expression | The scheduling expression. How often check hostnames. For example, `cron(0/5 * * * ? *)` or `rate(5 minutes)`. |`string`|`"cron(0/5 * * * ? *)"`| no |
@@ -50,6 +51,7 @@ Configuration is done via env variables
50
51
51
52
*`HOOK_URL` - Slack web hook URL where to send events. This is a mandatory parameter.
52
53
*`HOSTNAMES` - Comma separated string with domain names. This is a mandatory parameter.
54
+
*`HEALTH_CHECK_MATCHER` - The response HTTP codes to use when checking for a healthy responses from a hostnames. You can specify multiple values (for example, "200,202" for HTTP(s)) or a range of values (for example, "200-299" or "0-99"). Default - `'200-399'`
53
55
*`CERTIFICATE_EXPIRATION_NOTICE_DAYS` - How many days before the expiration date of the certificate to send reminders. Default - `'7'`
54
56
*`SCAN_COMMANDS` - Comma separated string with scan commands types witch will run against hostnames. Any type supported by SSLyze.
0 commit comments