Check Types
We support various methods to check your server, we will add more types in the future. For now we offer the following.
#
HTTP GETThis check will do a standard HTTP GET request, you can specific what status code we should expect.
#
TCP PortThis check will open a TCP connection to the configured endpoint:port combination, if it does not respond, it will be marked as DOWN.
#
ICMPThis check will do a simple ICMP ping test, if your server does not respond to pings then it will be marked as DOWN.