Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Uptimerobot Node Monitoring

Tobias edited this page Apr 3, 2018 · 3 revisions

You can monitor your own node by setting up the Uptimerobot.com service.

  1. Go to Uptimerobot.com and set up an account

  2. Add a new monitor

Add

  1. Enter the following information:
Name Value
Monitor Type Port
Friendly Name Nano Node
IP (or URL or Host) Your Node IP
Port Custom Port
Custom Port 7075
Monitoring Interval 5 Minutes
  1. Go to My Settings on top of the page

  2. On the bottom right at Monitor-Specific API Keys choose the created monitor and copy the API key

  3. Now paste it in the config.php so you get something like:

$uptimerobotApiKey = 'm123456789-f833c1a5126ceb216c012345';

Don't forget to delete the leading slashes!

Clone this wiki locally