Skip to content

Accuweather

AccuWeather is a weather forecasting service providing forecasts, radar maps and severe weather alerts.

The AccuWeather application allows you to retrieve the AccuWeather 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.

Example output

For the single Service Health resource type, the connector scrapes the AccuWeather Atlassian-based status page and returns one metric per service component, where the channel is the component name and the value is its current status text:

{
  "metrics": [
    { "channel": "Website", "value": "Operationnal" },
    { "channel": "APIs", "value": "Operationnal" },
    { "channel": "Mobile Apps", "value": "Degraded Performance" }
  ],
  "message": "Metrics successfully retrieved.",
  "status": "OK",
  "date": 1725981405127
}

The exact channels depend on the components published on the AccuWeather status page. Status values map to a PRTG/NAGIOS severity lookup: Operationnal (OK/1), Partial Outage (WARNING/2), Degraded Performance (WARNING/3), Major Outage (CRITICAL/4), Under Maintenance (CRITICAL/5), Re-routed (WARNING/6), any other value = Unknown/0.