Linux Server Monitoring Agent (v2) – API Endpoint Documentation

Endpoint https://sm.hetrixtools.net/v2/ Method: POST Request body format The request body is form-style (not JSON directly). It contains one key: j = a gzip-compressed JSON, then base64, then “URL-prepped” (only / and + are escaped). So the raw POST body looks like: j=<ENCODED_PAYLOAD> There are no other fields posted. Encoding steps for j Given the JSON string […]

Read More

How to remove a monitored Service from multiple servers?

This guide is for our Linux Monitoring Agent, and only if you’re using Service Monitoring on this agent. If you are monitoring multiple services with our Linux Monitoring Agent, these are stored in the config file /etc/hetrixtools/hetrixtools.cfg as follows, for example:CheckServices=”ssh,php8.1-fpm,mysql” If you wish to remove a service from being monitored, you’ll need to run […]

Read More