MONITORING > Uptime Monitoring
section, and select New Uptime Test
. Choose the TCP
test type and fill in the required values, including your server's IP address, port, test name, and contact group that contains details about users who will receive notifications.ALERTING > Integrations
section.Watcher
and Watcher Info
services that will serve separate API endpoints and provide different access levels to the network. Most of the time you'll be using the Watcher Info
service but you should monitor both.Watcher
and Watcher Info
to become inactive, even if its server is up. This can happen due to sudden configuration changes, internet, or hardware issues with your VPS provider.
$USER
- the name of the user with root privileges used to log into the remote server. Default: root.$REMOTE_SERVER
- an ip address of your remote server.$PORT
- a port used to connect to the server. Default: 22.
New installation
to your server's terminal and press Enter:UX Monitoring > Synthetic Tests
. Click Get Started
and select the New API Test
.Test URL
:POST
http://$REMOTE_SERVER:7434/status.get
Watcher Status
$REMOTE_SERVER
- an IP address of your remote server.
success
status. To do that, select the success
field in the BODY
result section. This will add the corresponding assertion as follows:Events
or UX Monitoring > Synthetic Tests
sections.Watcher Info
status check has the same approach as described above. When creating a new synthetic test, replace the Define request as follows:success:true
and follow the rest of the steps.