Skip to content

Checks

Checks form the core of EndPoint Monitor, defining the configuration of each synthetic check made alongside all their alert and notification parameters.

Checks themselves can be managed in three ways: - Using the EndPoint Monitor web console - Using the REST API - Using the Terraform Provider



Check Types

There are currently five types of check that can be configured, listed below. Click on their name to find more details information on each.

Name Basic Description
SSL/TLS Certificate Check Checks a certificate presented over HTTPS is valid and the number of days before expiry is above the configured alert threshold.
DNS Check Checks that a hostname resolves to specific IP addresses.
Ping Check Checks a host is responding to ICMP pings within a given response times.
Single URL Check Calls a single URL, measures response times and monitors for specific responses.
Socket Check Tests to see if a TCP socket is open.
Web Journey Check Navigates through a website checking pre-defined journeys can be navigated successfully, and that no error occur.
Android Journey Check Navigates through an Android App checking pre-defined journeys work successfully, and expected content is being shown.