Knowledge Base

Monitors: Advanced Settings, Custom Requests & Responses

Advanced Settings

You’ll have the option to add some advanced settings to your monitor. You’ll be able to adjust the following items.

  1. Select Ping Locations
    You’ll be able to select the servers that you want to be used to ping your target. Simply uncheck any locations you do not wish to use, and check any locations you do wish to use.
  2. Notifications
    If you would like to be notified when your monitor goes up or down, you can set up a notification handler by clicking the Create Notification Handler link. You can learn about notification handlers in the documentation here.
  3. Enable Email Reports
    Select whether or not you want to receive email reports about your monitor’s uptime.
  4. Project
    If you would like to associate your monitor to a project, you can select it here.
  5. Check Interval
    Determine how often you would like OffAlerts to check your monitor.
  6. Request Timeout
    This setting allows you to control how sensitive the monitor is to delays in server response time. You’ll be able to adjust your request timeout to various intervals between 1 and 10 seconds. 
  7. Update Your Settings
    Once you have adjusted all of your advanced settings, click the Update button to save changes.

Custom Requests

If your Ping Protocol utilizes HTTP(S), you’ll have the option to configure a Custom Request.  You’ll be able to input the following items.

  1. Determine HTTP Request Method
    Select the Request Method you wish to utilize. Choose from GET, POST, HEAD, OPTIONS, PUT, or PATCH.
  1. Input the Request Body
    Input the request body. This is valid for POST, PUT, or PATCH requests only. You’ll be able to send your own custom body.
  1. Enter a Basic Authentication Username and Password
    Enter your basic authentication username and password here. This will allow OffAlerts to authenticate itself to your associated website.
  1. Add Custom Request Headers
    You’ll be able to add headers to define your authentication credentials. These let the server pass additional information with an HTTP request or response.You can add additional headers by clicking the +Add request header button.
  1. Click the Update button
    Once you’re done, click the update button to save changes.

Custom Response

If your Ping Protocol utilizes HTTP(S), you’ll have the option to configure a Custom Response  You’ll be able to input the following items.

  1. Enter Response Status Code
    By default, this will be set at the standard response of 200, but you can change this if needed.
  1. Input Response Body
    Input the response body. You’ll be able to send your own custom body.
  1. Add Custom Response Headers
    You’ll be able to add headers to define your authentication credentials. You can add additional headers by clicking the +Add response header button.
  1. Click the Update button
    Once you’re done, click the update button to save changes.