Sub-Accounts

Using Sub-Accounts you can invite your team members to join HetrixTools and have access to specific parts of your master account. In the following guide, the “master account” is referred to as the main account to which other sub-accounts get access to. This master account is the one which will host the monitors, contact lists, […]

Read More

API – Delete Blacklist Monitor

API Call Name: v2 Delete Blacklist Monitor API Call: https://api.hetrixtools.com/v2/<API_TOKEN>/blacklist/delete/ Post Variables: target – the IP address (i.e.: 1.2.3.4), or IP range (i.e.: 1.2.3.4 – 1.2.3.7), or IP block (i.e.: 1.2.3.4/28), or domain name (i.e.: mydomain.com). Sample PHP code to use this API Call: <?php $api_key = ‘YOURKEY’; // Replace with your API Key $target = […]

Read More

API – Edit Blacklist Monitor

API Call Name: v2 Edit Blacklist Monitor API Call: https://api.hetrixtools.com/v2/<API_TOKEN>/blacklist/edit/ Post Variables: target – the IP address (i.e.: 1.2.3.4), or IP range (i.e.: 1.2.3.4 – 1.2.3.7), or IP block (i.e.: 1.2.3.4/28), or domain name (i.e.: mydomain.com). label – the new label for the monitor(s). Can be left empty to remove the label from the targeted monitors. contact […]

Read More

API – Add Blacklist Monitor

API Call Name: v2 Add Blacklist Monitor API Call: https://api.hetrixtools.com/v2/<API_TOKEN>/blacklist/add/ Post Variables: target – the IP address (i.e.: 1.2.3.4), or IP range (i.e.: 1.2.3.4 – 1.2.3.7), or IP block (i.e.: 1.2.3.4/28), or domain name (i.e.: mydomain.com) label – the label for the added monitor(s) contact – the contact list ID for the added monitor(s). You can […]

Read More

How to create a beautiful Uptime Status page

One of the most important things in the Web Hosting industry is transparency towards your clients. This is why having a public uptime status page would greatly improve your client relationships and boost your credibility as a provider. Allowing your clients to view the infrastructure uptime status and history, even on the bad days when you’ve […]

Read More

Add A Domain Name

Adding a domain blacklist monitor is very easy and similar to adding an IPv4 blacklist monitor. Start by going to the Blacklist Monitors, and clicking the “Add Monitor” button. In the pop-up that comes up, simply input your domain name. There’s no need to select whether it’s a domain name, or an IP address. Our […]

Read More

Blacklist Check Credits (also known as API Checks)

Blacklist Check Credits (also known as API Checks) are used for API Blacklist Check calls. You can read up how these API Calls work in the following documentation article: https://docs.hetrixtools.com/blacklist-check-api/ As explained in the article linked above, these API Calls will initiate a blacklist check on any IP address, on demand, then the results are cached […]

Read More

Blacklist Check API

API Call Names: v2 Blacklist Check IPv4 IP Address v2 Blacklist Check Domain/Hostname API Calls: https://api.hetrixtools.com/v2/<API_TOKEN>/blacklist-check/ipv4/<IP_ADDRESS>/ https://api.hetrixtools.com/v2/<API_TOKEN>/blacklist-check/domain/<DOMAIN>/ If you haven’t already, you can give it a go in our API Explorer: https://hetrixtools.com/dashboard/api-explorer/ These API Calls will perform a blacklist check for one IPv4 IP address or domain/hostname, on-demand, when initiated. In the example below, we’re going […]

Read More

Do Not Disturb Schedule

Do Not Disturb (DND) schedule allows you to set-up a time frame for any of your Contact Lists. During this time frame you will not be disturbed by our system with notifications which are meant for that specific contact list. Before reading further, please note that a poorly set-up DND Schedule can result in you missing […]

Read More

SMS Credits

SMS Credits are used when you receive SMS Notifications. A contact list can contain up to 5 phone numbers that will be notified via SMS if you assign the contact list to any of your Uptime Monitors or Blacklist Monitors. Every phone number that receives a notification will use 1 SMS credit, so if you […]

Read More