added field: connectivity_sanity_test
connectivity_sanity_test holds an IP address which will be pinged before and after this server gets its uptime checkedpull/1006/head
parent
ba8c7c1c84
commit
f978545801
|
@ -45,6 +45,8 @@
|
||||||
</optgroup>
|
</optgroup>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Connectivity Sanity Test -->
|
||||||
|
{{ macro.input_field("text", "connectivity_sanity_test", null, "connectivity_sanity_test", label_connectivity_sanity_test, edit_value_connectivity_sanity_test, null, null, null, label_connectivity_sanity_test_description, null, null, null) }}
|
||||||
<!-- Custom port -->
|
<!-- Custom port -->
|
||||||
{{ macro.input_field("number", "port", "port types typeService", "port", label_custom_port, edit_value_port, null, "5") }}
|
{{ macro.input_field("number", "port", "port types typeService", "port", label_custom_port, edit_value_port, null, "5") }}
|
||||||
<!-- SSL Cert check -->
|
<!-- SSL Cert check -->
|
||||||
|
|
Loading…
Reference in New Issue