SSL verify with YAML

YAML parameters for SSL verify

NameTypeDescription
action RequiredStringThe name of the action.
type RequiredStringThe type of the action. Should be set to SSL_VERIFY.
website RequiredStringThe URL of the website to be monitored.
valid_for_days RequiredIntegerValidation period for SSL certificate.
portStringThe port for the connection. By default it is 443.

YAML example for SSL verify

yaml
actions: - action: "SSL VERIFY" type: "SSL_VERIFY" port: "443" website: "buddy.works" valid_for_days: 31

Last modified on Sep 23, 2024