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:
authorAnton Fayantsev <anton.fayantsev@zabbix.com>2021-02-17 10:41:18 +0300
committerAnton Fayantsev <anton.fayantsev@zabbix.com>2021-02-17 10:41:18 +0300
commit45974ab7029bc84f363abb5852014640735920d4 (patch)
tree8f86a0194d614dab59ad24c2e464fa46d58515dd /templates/net/mellanox_snmp
parentd172e356af5c35ede4041328e8fdf5326a7f830f (diff)
.........T [ZBXNEXT-5868] updated value mappings in the YAML files
Diffstat (limited to 'templates/net/mellanox_snmp')
-rw-r--r--templates/net/mellanox_snmp/template_net_mellanox_snmp.yaml56
1 files changed, 28 insertions, 28 deletions
diff --git a/templates/net/mellanox_snmp/template_net_mellanox_snmp.yaml b/templates/net/mellanox_snmp/template_net_mellanox_snmp.yaml
index 0f62755f636..9195a506e9b 100644
--- a/templates/net/mellanox_snmp/template_net_mellanox_snmp.yaml
+++ b/templates/net/mellanox_snmp/template_net_mellanox_snmp.yaml
@@ -1,6 +1,6 @@
zabbix_export:
- version: '5.2'
- date: '2020-10-16T09:33:34Z'
+ version: '5.4'
+ date: '2021-02-17T05:00:00Z'
groups:
-
name: 'Templates/Network devices'
@@ -287,31 +287,31 @@ zabbix_export:
-
macro: '{$TEMP_WARN_STATUS}'
value: '3'
- value_maps:
- -
- name: 'ENTITY-SENSORS-MIB::EntitySensorStatus'
- mappings:
- -
- value: '1'
- newvalue: ok
- -
- value: '2'
- newvalue: unavailable
- -
- value: '3'
- newvalue: nonoperational
- -
- name: 'ENTITY-STATE-MIB::EntityOperState'
- mappings:
- -
- value: '1'
- newvalue: unknown
- -
- value: '2'
- newvalue: disabled
+ valuemaps:
-
- value: '3'
- newvalue: enabled
+ name: 'ENTITY-SENSORS-MIB::EntitySensorStatus'
+ mappings:
+ -
+ value: '1'
+ newvalue: ok
+ -
+ value: '2'
+ newvalue: unavailable
+ -
+ value: '3'
+ newvalue: nonoperational
-
- value: '4'
- newvalue: testing
+ name: 'ENTITY-STATE-MIB::EntityOperState'
+ mappings:
+ -
+ value: '1'
+ newvalue: unknown
+ -
+ value: '2'
+ newvalue: disabled
+ -
+ value: '3'
+ newvalue: enabled
+ -
+ value: '4'
+ newvalue: testing