diff --git a/software/apache-frontend/instance-slave-apache-input-schema.json b/software/apache-frontend/instance-slave-apache-input-schema.json index 4db90dc637b8f106e9c8467aaf3b76ad59e4ee12..626f4b2032c1c5d4231173825659ae691ecc8ce6 100644 --- a/software/apache-frontend/instance-slave-apache-input-schema.json +++ b/software/apache-frontend/instance-slave-apache-input-schema.json @@ -96,6 +96,27 @@ "default": "" }, + "monitor-ipv6-test": { + "title": "IPv6 Address to Monitor Packet Lost", + "description": "IPv6 Address for the frontend keep monitoring with ping6 (without brackets)", + "type": "string", + "default": "" + }, + + "monitor-ipv4-test": { + "title": "IPv4 Address to Monitor Packet Lost", + "description": "IPv4 Address for the frontend keep monitoring with ping", + "type": "string", + "default": "" + }, + + "re6st-optimal-test": { + "title": "IPv6 and IPv4 Address to test Re6st", + "description": "IPv6 and IPv6 Address for the frontend test if re6st is on the optimal status (use ipv6,ipv4)", + "type": "string", + "default": "" + }, + "enable_cache": { "title": "Enable Cache", "description": "If set to true, http caching server (Apache Traffic Server) will be used between frontend apache and backend",