Skip to main content

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 GET#

This check will do a standard HTTP GET request, you can specific what status code we should expect.

TCP Port#

This check will open a TCP connection to the configured endpoint:port combination, if it does not respond, it will be marked as DOWN.

ICMP#

This check will do a simple ICMP ping test, if your server does not respond to pings then it will be marked as DOWN.