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-23 14:23:29 +0300
committerAnton Fayantsev <anton.fayantsev@zabbix.com>2021-02-23 14:23:29 +0300
commit6b8cb1b1fed8a6fb765316bce5f1c4894668f6fa (patch)
tree1a990349599bc53d7c1d26652de1704ec8c266f0 /templates/net/dlink_des7200_snmp/template_net_dlink_des7200_snmp.yaml
parentb2e7db0df125cf22d8c7f089529e2f3d5fa84338 (diff)
.........T [ZBXNEXT-2976] replaced applications with tags in all templates
Diffstat (limited to 'templates/net/dlink_des7200_snmp/template_net_dlink_des7200_snmp.yaml')
-rw-r--r--templates/net/dlink_des7200_snmp/template_net_dlink_des7200_snmp.yaml72
1 files changed, 34 insertions, 38 deletions
diff --git a/templates/net/dlink_des7200_snmp/template_net_dlink_des7200_snmp.yaml b/templates/net/dlink_des7200_snmp/template_net_dlink_des7200_snmp.yaml
index 0ca21d663aa..6d6a8399d98 100644
--- a/templates/net/dlink_des7200_snmp/template_net_dlink_des7200_snmp.yaml
+++ b/templates/net/dlink_des7200_snmp/template_net_dlink_des7200_snmp.yaml
@@ -1,6 +1,6 @@
zabbix_export:
version: '5.4'
- date: '2021-02-17T05:00:00Z'
+ date: '2021-02-23T11:04:30Z'
groups:
-
name: 'Templates/Network devices'
@@ -27,19 +27,6 @@ zabbix_export:
groups:
-
name: 'Templates/Network devices'
- applications:
- -
- name: CPU
- -
- name: Fans
- -
- name: Inventory
- -
- name: Memory
- -
- name: 'Power supply'
- -
- name: Temperature
items:
-
name: 'CPU utilization'
@@ -52,9 +39,10 @@ zabbix_export:
description: |
MIB: MY-PROCESS-MIB
CPU utilization in %
- applications:
+ tags:
-
- name: CPU
+ tag: Application
+ value: CPU
triggers:
-
expression: '{min(5m)}>{$CPU.UTIL.CRIT}'
@@ -72,14 +60,15 @@ zabbix_export:
trends: '0'
value_type: CHAR
description: 'MIB: ENTITY-MIB'
- applications:
- -
- name: Inventory
preprocessing:
-
type: DISCARD_UNCHANGED_HEARTBEAT
parameters:
- 1d
+ tags:
+ -
+ tag: Application
+ value: Inventory
triggers:
-
expression: '{diff()}=1 and {strlen()}>0'
@@ -103,14 +92,15 @@ zabbix_export:
include the full name and version identification of the system's hardware type, software operating-system, and
networking software.
inventory_link: MODEL
- applications:
- -
- name: Inventory
preprocessing:
-
type: DISCARD_UNCHANGED_HEARTBEAT
parameters:
- 1d
+ tags:
+ -
+ tag: Application
+ value: Inventory
-
name: 'Hardware version(revision)'
type: SNMP_AGENT
@@ -121,14 +111,15 @@ zabbix_export:
trends: '0'
value_type: CHAR
description: 'MIB: ENTITY-MIB'
- applications:
- -
- name: Inventory
preprocessing:
-
type: DISCARD_UNCHANGED_HEARTBEAT
parameters:
- 1d
+ tags:
+ -
+ tag: Application
+ value: Inventory
-
name: 'Operating system'
type: SNMP_AGENT
@@ -140,14 +131,15 @@ zabbix_export:
value_type: CHAR
description: 'MIB: MY-SYSTEM-MIB'
inventory_link: OS
- applications:
- -
- name: Inventory
preprocessing:
-
type: DISCARD_UNCHANGED_HEARTBEAT
parameters:
- 1d
+ tags:
+ -
+ tag: Application
+ value: Inventory
triggers:
-
expression: '{diff()}=1 and {strlen()}>0'
@@ -172,11 +164,12 @@ zabbix_export:
history: 2w
trends: 0d
description: 'MIB: MY-SYSTEM-MIB'
- applications:
- -
- name: Fans
valuemap:
name: 'MY-SYSTEM-MIB::mySystemFanIsNormal'
+ tags:
+ -
+ tag: Application
+ value: Fans
trigger_prototypes:
-
expression: '{count(#1,{$FAN_CRIT_STATUS},eq)}=1'
@@ -202,9 +195,10 @@ zabbix_export:
description: |
MIB: MY-MEMORY-MIB
This is the memory pool utilization currently.
- applications:
+ tags:
-
- name: Memory
+ tag: Application
+ value: Memory
trigger_prototypes:
-
expression: '{min(5m)}>{$MEMORY.UTIL.MAX}'
@@ -239,11 +233,12 @@ zabbix_export:
history: 2w
trends: 0d
description: 'MIB: MY-SYSTEM-MIB'
- applications:
- -
- name: 'Power supply'
valuemap:
name: 'MY-SYSTEM-MIB::mySystemFanIsNormal'
+ tags:
+ -
+ tag: Application
+ value: 'Power supply'
trigger_prototypes:
-
expression: '{count(#1,{$PSU_CRIT_STATUS},eq)}=1'
@@ -269,9 +264,10 @@ zabbix_export:
description: |
MIB: MY-SYSTEM-MIB
Return the current temperature of the FastSwitch.The temperature display is not supported for the current temperature returns to 0.
- applications:
+ tags:
-
- name: Temperature
+ tag: Application
+ value: Temperature
trigger_prototypes:
-
expression: '{avg(5m)}>{$TEMP_CRIT:""}'