Skip to content

Digital Ocean

You use Digital Ocean as a cloud provider to build your services on? Do not stay in the dark and use this application to track the availability of these services into your monitoring tool. This Digital Ocean application brings you the availability status for the different regions (NYC, FRA, SFO,...) and for their services as well (Managed Databases, Networking, VPC, Support Center,...)

Options

  • Name*: Just a simple label to find it easier in the SenHub's interface
  • Description: Description for your own usage only.
  • Group: optional — assign this instance to a group to organise it within SenHub.

Example output

The connector scrapes the DigitalOcean status page and returns one channel per service or region component, whose value is the component's current availability status:

{
  "metrics": [
    { "channel": "Global", "value": "Operationnal" },
    { "channel": "NYC", "value": "Operationnal" },
    { "channel": "FRA", "value": "Operationnal" },
    { "channel": "SFO", "value": "Degraded Performance" },
    { "channel": "Managed Databases", "value": "Operationnal" },
    { "channel": "Networking", "value": "Operationnal" },
    { "channel": "VPC", "value": "Operationnal" },
    { "channel": "Support Center", "value": "Operationnal" }
  ],
  "message": "Metrics successfully retrieved.",
  "status": "OK",
  "date": 1725981405127
}

Possible status values are Operationnal, Partial Outage, Degraded Performance, Major Outage, Under Maintenance, Re-routed, or Unknown.