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.
validfordays Required Integer Validation period for SSL certificate.
port String The 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 Mar 4, 2025