Skip to main content

OpenWeatherMap

Prerequisites​

Centreon Plugin​

Install this plugin on each needed poller:

yum install centreon-plugin-Applications-Openweathermap-Restapi

API token​

A token is mandatory to access the API. More information can be found on the official OpenWeatherMap website : https://openweathermap.org/api.

Centreon Configuration​

Create a host using the appropriate template​

Go to Configuration > Hosts and click Add. Then, fill the form as shown by the following table:

FieldValue
Host nameName of the host
AliasHost description
IP address / DNSapi.openweathermap.org
Monitored fromMonitoring Poller to use
Host Multiple TemplatesApp-OpenWeatherMap-Restapi-custom
APITOKENToken from OpenWeatherMap subscription

Click on the Save button.

Service Macro Configuration​

The following macros must be configured on the service:

Macro

Description

CITYNAME

City name (e.g London or ISO 3166 code like London,uk)

WARNINGTEMPERATURE

Set warning threshold for temperature (in °C)

CRITICALTEMPERATURE

Set critical threshold for temperature (in °C)

WARNINGHUMIDITY

Set warning threshold for humidity (in %)

CRITICALHUMIDITY

Set critical threshold for humidity (in %)

WARNINGCLOUDS

Set warning threshold for clouds (in %)

CRITICALCLOUDS

Set critical threshold for clouds (in %)

WARNINGWIND

Set warning threshold for wind (in m/s)

CRITICALWIND

Set critical threshold for wind (in m/s)

Click on the Save button.