Getting Started
This guide shows how to set up basic uptime monitoring with Hydrozen.io in 2 minutes.
To get started, we will create a simple HTTP status code based monitor.
- Go to Monitors → Create monitor
- Enter an easy to remember and recognize name for the monitor in the first text field.
- Select the Ping protocol as
HTTP(S)
- Enter your URL or IP address in the URL text field
- Click Save to save the monitor with default settings or Click on Advanced settings.
You can choose the Ping locations from which your url will be checked. The default is
North Virginia
.Currently, there is only one Ping location available. We are in the process of adding more locations and when added, you will be able to add more Ping servers.
You can select different notification handlers (Integrations) and when your monitor status changes (UP/DOWN), the alerts will be sent to the selected notification handlers.
If you are configuring for the first time, there won't be any notification handlers available by default. You have to first Create a Notification Handler and come back here to add.
You can enable / disable weekly email reports for this specific monitor.
You can tag this monitor to a Project. Projects are an easiest way to categorize, tag and filter your different monitors, heartbeats, domains and statupages.
It will be empty by default, you need to create a new project and come back here to configure it.
You can configure the Check interval, which defines how often the monitor needs to be pinged.
The default is 10 Minutes but you can change it to one of the following options:
- 1 minute
- 3 minutes
- 5 minutes
- 10 minutes
- 30 minutes
- 1 hour
You can configure the request timeout for the monitors.
The default is 5 Seconds but you can change it to one of the following options:
- 1 second
- 2 seconds
- 3 seconds
- 5 seconds
- 10 seconds
Hydrozen.io uses
GET
requests by default to check for the availability of the monitors. But you can completely customise the requests and the expected responses.
Last modified 6mo ago