added field: connectivity_sanity_test

connectivity_sanity_test holds an IP address which will be pinged before and after this server gets its uptime checked
This commit is contained in:
Germs2004 2020-09-07 11:06:02 -04:00 committed by GitHub
parent ba8c7c1c84
commit f978545801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@
</optgroup>
</select>
</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 -->
{{ macro.input_field("number", "port", "port types typeService", "port", label_custom_port, edit_value_port, null, "5") }}
<!-- SSL Cert check -->