Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVyacheslav Khaliev <vyacheslav.khaliev@zabbix.com>2022-03-09 14:21:32 +0300
committerVyacheslav Khaliev <vyacheslav.khaliev@zabbix.com>2022-03-09 14:21:32 +0300
commitde737cb624b0860b9be19471825d7375ce37ad4d (patch)
treea03759e224274bac0dfc6d86c76182994453b629 /templates
parentb5481b7512f9671931aada672f9dabbd50622f73 (diff)
.........T [ZBXNEXT-6781] fixed spelling mistake in openweathermap template
Diffstat (limited to 'templates')
-rw-r--r--templates/app/openweathermap_http/README.md4
-rw-r--r--templates/app/openweathermap_http/template_app_openweathermap_http.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/app/openweathermap_http/README.md b/templates/app/openweathermap_http/README.md
index c0adbf3888e..d3d24334672 100644
--- a/templates/app/openweathermap_http/README.md
+++ b/templates/app/openweathermap_http/README.md
@@ -22,7 +22,7 @@ It works without any external scripts and uses the Script item.
- by location name (for example: Riga)
- by location ID. Link to the list of city ID: http://bulk.openweathermap.org/sample/city.list.json.gz
- by zip/post code with a country code (for example: 94040,us)
- A few locations can be added to the macro at the same time by "|" delimeter.
+ A few locations can be added to the macro at the same time by "|" delimiter.
For example: 43.81821,7.76115|Riga|2643743|94040,us.
Please note that API requests by city name, zip-codes and city id will be deprecated soon.
@@ -39,7 +39,7 @@ No specific Zabbix configuration is required.
|Name|Description|Default|
|----|-----------|-------|
|{$LANG} |<p>List of available languages https://openweathermap.org/current#multi.</p> |`en` |
-|{$LOCATION} |<p>Locations can be set by few ways:</p><p>1. by geo coordinates (for example: 56.95,24.0833)</p><p>2. by location name (for example: Riga)</p><p>3. by location ID. Link to the list of city ID: http://bulk.openweathermap.org/sample/city.list.json.gz</p><p>4. by zip/post code with a country code (for example: 94040,us)</p><p>A few locations can be added to the macro at the same time by "|" delimeter. </p><p>For example: 43.81821,7.76115|Riga|2643743|94040,us.</p><p>Please note that API requests by city name, zip-codes and city id will be deprecated soon.</p> |`Riga` |
+|{$LOCATION} |<p>Locations can be set by few ways:</p><p>1. by geo coordinates (for example: 56.95,24.0833)</p><p>2. by location name (for example: Riga)</p><p>3. by location ID. Link to the list of city ID: http://bulk.openweathermap.org/sample/city.list.json.gz</p><p>4. by zip/post code with a country code (for example: 94040,us)</p><p>A few locations can be added to the macro at the same time by "|" delimiter. </p><p>For example: 43.81821,7.76115|Riga|2643743|94040,us.</p><p>Please note that API requests by city name, zip-codes and city id will be deprecated soon.</p> |`Riga` |
|{$OPENWEATHERMAP.API.ENDPOINT} |<p>OpenWeatherMap API endpoint.</p> |`api.openweathermap.org/data/2.5/weather?` |
|{$OPENWEATHERMAP.API.TOKEN} |<p>Specify openweathermap API key.</p> |`` |
|{$OPENWEATHERMAP.DATA.TIMEOUT} |<p>Response timeout for OpenWeatherMap API.</p> |`3s` |
diff --git a/templates/app/openweathermap_http/template_app_openweathermap_http.yaml b/templates/app/openweathermap_http/template_app_openweathermap_http.yaml
index 4339cae3353..d25beba5ed8 100644
--- a/templates/app/openweathermap_http/template_app_openweathermap_http.yaml
+++ b/templates/app/openweathermap_http/template_app_openweathermap_http.yaml
@@ -563,7 +563,7 @@ zabbix_export:
2. by location name (for example: Riga)
3. by location ID. Link to the list of city ID: http://bulk.openweathermap.org/sample/city.list.json.gz
4. by zip/post code with a country code (for example: 94040,us)
- A few locations can be added to the macro at the same time by "|" delimeter.
+ A few locations can be added to the macro at the same time by "|" delimiter.
For example: 43.81821,7.76115|Riga|2643743|94040,us.
Please note that API requests by city name, zip-codes and city id will be deprecated soon.
-