diff --git a/resources/schema.json b/resources/schema.json index 0e8b5a75..54c39156 100644 --- a/resources/schema.json +++ b/resources/schema.json @@ -1601,6 +1601,11 @@ "title": "Environment Variables", "description": "environment variables for the command" }, + "nolinger": { + "type": "boolean", + "title": "Disable SO_LINGER", + "description": "Disable SO_LINGER TCP flag" + }, "contain": { "type": "string", "title": "Contain Text", @@ -1643,7 +1648,8 @@ "required": [ "name", "alert", - "host" + "host", + "nolinger" ] }, "probe_host_Threshold": { @@ -1767,6 +1773,11 @@ "title": "HTTP Body", "description": "HTTP body to use for HTTP requests" }, + "nolinger": { + "type": "boolean", + "title": "Disable SO_LINGER", + "description": "Disable SO_LINGER TCP flag" + }, "contain": { "type": "string", "title": "Contain Text", @@ -1834,7 +1845,8 @@ "required": [ "name", "alert", - "url" + "url", + "nolinger" ] }, "probe_ping_Ping": { @@ -2169,6 +2181,11 @@ "title": "Environment Variables", "description": "environment variables for the command" }, + "nolinger": { + "type": "boolean", + "title": "Disable SO_LINGER", + "description": "Disable SO_LINGER TCP flag" + }, "contain": { "type": "string", "title": "Contain Text", @@ -2195,7 +2212,8 @@ "required": [ "name", "alert", - "host" + "host", + "nolinger" ] }, "probe_tcp_TCP": { @@ -2256,6 +2274,11 @@ "format": "hostname", "title": "Proxy", "description": "The proxy to use" + }, + "nolinger": { + "type": "boolean", + "title": "Disable SO_LINGER", + "description": "Disable SO_LINGER TCP flag" } }, "additionalProperties": false, @@ -2263,7 +2286,8 @@ "required": [ "name", "alert", - "host" + "host", + "nolinger" ] }, "probe_tls_TLS": { @@ -2330,6 +2354,11 @@ "title": "Insecure Skip Verify", "description": "Whether to skip verifying the certificate chain and host name" }, + "nolinger": { + "type": "boolean", + "title": "Disable SO_LINGER", + "description": "Disable SO_LINGER TCP flag" + }, "root_ca_pem_path": { "type": "string", "title": "Root CA PEM Path", @@ -2356,7 +2385,8 @@ "required": [ "name", "alert", - "host" + "host", + "nolinger" ] }, "probe_websocket_WebSocket": {