TCP Monitoring with YAML
Tip
Learn more about:
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
yamlactions: - 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