TCP Monitoring with YAML

YAML parameters for TCP Monitoring

Name Type Description
action Required String The ID of the action.
type Required String The type of the action. Should be set to TCP.
destination Required String The target URL.
port Required String The port for the connection.
post_data String The data that will be sent.
text String Text 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 Mar 4, 2025