TCP Monitoring with YAML

YAML parameters for TCP Monitoring

NameTypeDescription
action RequiredStringThe ID of the action.
type RequiredStringThe type of the action. Should be set to TCP.
destination RequiredStringThe target URL.
port RequiredStringThe port for the connection.
post_dataStringThe data that will be sent.
textStringText that should or should not be present in the response.

YAML example for TCP Monitoring

yaml
actions: - action: "Check site status" type: "TCP" port: "4567" post_data: "test" text: "ok" destination: "$site" variables: - key: "site" value: "app.buddy.works"

Last modified on Sep 23, 2024