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-06-07 23:32:37 +0300
committerAndrew Biba <andrew.biba@zabbix.com>2022-06-07 23:32:37 +0300
commit24236a893e0037d71eefe61e621486433ab81c20 (patch)
tree5990290103a2861307c0f2903204cee6b22a5d6a /templates/server/chassis_ipmi/template_server_chassis_ipmi.yaml
parent4b8e6b21b37de3bce14bc55ca90d6d6cda00ab0b (diff)
.........T [ZBXNEXT-7596] updated templates for 6.2 version (template_groups and host_groups properties)
Diffstat (limited to 'templates/server/chassis_ipmi/template_server_chassis_ipmi.yaml')
-rw-r--r--templates/server/chassis_ipmi/template_server_chassis_ipmi.yaml38
1 files changed, 19 insertions, 19 deletions
diff --git a/templates/server/chassis_ipmi/template_server_chassis_ipmi.yaml b/templates/server/chassis_ipmi/template_server_chassis_ipmi.yaml
index 3c9d7afdeeb..34ba37f6382 100644
--- a/templates/server/chassis_ipmi/template_server_chassis_ipmi.yaml
+++ b/templates/server/chassis_ipmi/template_server_chassis_ipmi.yaml
@@ -1,7 +1,7 @@
zabbix_export:
version: '6.2'
- date: '2022-04-06T19:54:44Z'
- groups:
+ date: '2022-06-07T19:33:35Z'
+ template_groups:
-
uuid: e960332b3f6c46a1956486d4f3f99fce
name: 'Templates/Server hardware'
@@ -275,20 +275,17 @@ zabbix_export:
key: ipmi.get
lld_macro_paths:
-
- lld_macro: '{#SENSOR_ID}'
- path: $.id
- -
- lld_macro: '{#SENSOR_READING_TYPE}'
- path: $.reading.text
+ lld_macro: '{#SENSOR_HI_CRIT}'
+ path: $.threshold.upper.crit
-
- lld_macro: '{#SENSOR_TYPE}'
- path: $.sensor.text
+ lld_macro: '{#SENSOR_HI_DISAST}'
+ path: $.threshold.upper.non_recover
-
- lld_macro: '{#SENSOR_UNIT}'
- path: $.units
+ lld_macro: '{#SENSOR_HI_WARN}'
+ path: $.threshold.upper.non_crit
-
- lld_macro: '{#SENSOR_LO_WARN}'
- path: $.threshold.lower.non_crit
+ lld_macro: '{#SENSOR_ID}'
+ path: $.id
-
lld_macro: '{#SENSOR_LO_CRIT}'
path: $.threshold.lower.crit
@@ -296,14 +293,17 @@ zabbix_export:
lld_macro: '{#SENSOR_LO_DISAST}'
path: $.threshold.lower.non_recover
-
- lld_macro: '{#SENSOR_HI_WARN}'
- path: $.threshold.upper.non_crit
+ lld_macro: '{#SENSOR_LO_WARN}'
+ path: $.threshold.lower.non_crit
-
- lld_macro: '{#SENSOR_HI_CRIT}'
- path: $.threshold.upper.crit
+ lld_macro: '{#SENSOR_READING_TYPE}'
+ path: $.reading.text
-
- lld_macro: '{#SENSOR_HI_DISAST}'
- path: $.threshold.upper.non_recover
+ lld_macro: '{#SENSOR_TYPE}'
+ path: $.sensor.text
+ -
+ lld_macro: '{#SENSOR_UNIT}'
+ path: $.units
overrides:
-
name: 'trigger SENSOR_HI_CRIT'