跳到主要内容

SSL verify with YAML

List of YAML parameters and examples for the "SSL checker" action

YAML parameters for SSL verify

名称类型描述
action
必填
String操作名称
type
必填
StringThe type of the action. Should be set to SSL_VERIFY.
website
必填
StringThe URL of the website to be monitored.
valid_for_days
必填
IntegerValidation period for SSL certificate.
portStringThe port for the connection. By default it is 443.

YAML example for SSL verify

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