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:
authorAndrew Biba <andrew.biba@zabbix.com>2022-10-27 17:01:32 +0300
committerAndrew Biba <andrew.biba@zabbix.com>2022-10-27 17:01:32 +0300
commita0abc73787b3883c21b71ec605d579da68899d63 (patch)
treea3528338d89d3d30f8e3d3cae45162612f63b427 /templates
parent8d708cbe20e173944e07ce8168c44cb5619fb159 (diff)
.........T [ZBXNEXT-6844] fixed style issues in Meraki Template
Diffstat (limited to 'templates')
-rw-r--r--templates/net/meraki_http/README.md2
-rw-r--r--templates/net/meraki_http/template_net_meraki_http.yaml4
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/net/meraki_http/README.md b/templates/net/meraki_http/README.md
index faf2601fab0..e68013ef1ca 100644
--- a/templates/net/meraki_http/README.md
+++ b/templates/net/meraki_http/README.md
@@ -55,7 +55,7 @@ There are no template links in this template.
|Group|Name|Description|Type|Key and additional info|
|-----|----|-----------|----|---------------------|
-|Zabbix raw items |Meraki: Get data |<p>Item for gathering all the organizations and devices from Meraki API"</p> |SCRIPT |meraki.get.data<p>**Expression**:</p>`The text is too long. Please see the template.` |
+|Zabbix raw items |Meraki: Get data |<p>Item for gathering all the organizations and devices from Meraki API.</p> |SCRIPT |meraki.get.data<p>**Expression**:</p>`The text is too long. Please see the template.` |
|Zabbix raw items |Meraki: Data item errors |<p>Item for gathering all the data item errors.</p> |DEPENDENT |meraki.get.data.errors<p>**Preprocessing**:</p><p>- JSONPATH: `$.error`</p><p>- DISCARD_UNCHANGED_HEARTBEAT: `1h`</p> |
## Triggers
diff --git a/templates/net/meraki_http/template_net_meraki_http.yaml b/templates/net/meraki_http/template_net_meraki_http.yaml
index 0d8cb9a2b66..920fe5ac743 100644
--- a/templates/net/meraki_http/template_net_meraki_http.yaml
+++ b/templates/net/meraki_http/template_net_meraki_http.yaml
@@ -1,6 +1,6 @@
zabbix_export:
version: '6.0'
- date: '2022-10-27T12:20:58Z'
+ date: '2022-10-27T14:00:22Z'
groups:
-
uuid: a571c0d144b14fd4a87a9d9b2aa9fcd6
@@ -119,7 +119,7 @@ zabbix_export:
'devices': devices,
'error': error_msg.toString()
});
- description: 'Item for gathering all the organizations and devices from Meraki API"'
+ description: 'Item for gathering all the organizations and devices from Meraki API.'
timeout: 60s
parameters:
-