{{define "form_service"}}
Give your service a name you can recognize
Use HTTP if you are checking a website or use TCP if you are checking a server
Statup will attempt to connect to this URL
A GET request will simply request the endpoint, you can also send data with POST.
Insert a JSON string to send data to the endpoint.
You can use plain text or insert Regex to validate the response
A status code of 200 is success, or view all the HTTP Status Codes
10,000+ will be checked in Microseconds (1 millisecond = 1000 microseconds).
If the endpoint does not respond within this time it will be considered to be offline
You can also drag and drop services to reorder on the Services tab.
{{if ne .Id 0}} {{end}}
{{end}}