SSL verify with YAML
YAML parameters for SSL verify
Name | Type | Description |
---|---|---|
action Required | String | The name of the action. |
type Required | String | The type of the action. Should be set to SSL_VERIFY . |
website Required | String | The URL of the website to be monitored. |
valid_for_days Required | Integer | Validation period for SSL certificate. |
port | String | The port for the connection. By default it is 443. |
YAML example for SSL verify
yamlactions: - action: "SSL VERIFY" type: "SSL_VERIFY" port: "443" website: "buddy.works" valid_for_days: 31
Last modified on Sep 23, 2024