Cloudflare¶
Cloudflare is a web infrastructure and security company offering CDN, DDoS mitigation, DNS and related services.
The Cloudflare application allows you to retrieve the Cloudflare services availability. 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.
- Resource Types*: Select the resource type to retrieve:
- Service Health — Current status of every Cloudflare component and datacenter published on the Cloudflare status page, returning one metric per component whose value is its status (Operational, Partial Outage, Degraded Performance, Major Outage, Under Maintenance or Re-routed).
Example output
For the Service Health resource type, the connector scrapes the public Cloudflare status page and returns one metric per component and datacenter, where the channel is the component name and the value is its current status:
{
"metrics": [
{ "channel": "Cloudflare Sites and Services", "value": "Operational" },
{ "channel": "CDN/Cache", "value": "Operational" },
{ "channel": "DNS Root Servers", "value": "Operational" },
{ "channel": "Amsterdam, NL", "value": "Operational" },
{ "channel": "Frankfurt, DE", "value": "Re-routed" },
{ "channel": "Singapore, SG", "value": "Degraded Performance" }
],
"message": "Metrics successfully retrieved.",
"status": "OK",
"date": 1725981405127
}