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-04-04 14:04:16 +0300
committerVyacheslav Khaliev <vyacheslav.khaliev@zabbix.com>2022-04-04 14:04:16 +0300
commitd0b684b1f7e0c2b123f864de242395cf258c8e19 (patch)
tree57107d748ec0c8abceb4f0a41cff730afc7e3e2a /templates
parent6165e0e96e3bc9b421581fca85a22c4d83e21199 (diff)
.........T [ZBXNEXT-7507] added graph prototype to truenas template
Diffstat (limited to 'templates')
-rw-r--r--templates/app/truenas_snmp/template_app_truenas_snmp.yaml25
1 files changed, 24 insertions, 1 deletions
diff --git a/templates/app/truenas_snmp/template_app_truenas_snmp.yaml b/templates/app/truenas_snmp/template_app_truenas_snmp.yaml
index 718f91f36ef..75647e6c324 100644
--- a/templates/app/truenas_snmp/template_app_truenas_snmp.yaml
+++ b/templates/app/truenas_snmp/template_app_truenas_snmp.yaml
@@ -1,6 +1,6 @@
zabbix_export:
version: '6.0'
- date: '2022-04-04T08:59:02Z'
+ date: '2022-04-04T11:00:59Z'
groups:
-
uuid: a571c0d144b14fd4a87a9d9b2aa9fcd6
@@ -2408,6 +2408,29 @@ zabbix_export:
-
tag: volume
value: '{#ZVOL_NAME}'
+ graph_prototypes:
+ -
+ uuid: 18746b4b3cfb4d1baf06df7b05a047f9
+ name: 'TrueNAS: ZFS volume [{#ZVOL_NAME}]: Space usage'
+ width: '600'
+ height: '340'
+ type: PIE
+ show_3d: 'YES'
+ graph_items:
+ -
+ color: '969696'
+ calc_fnc: LAST
+ type: GRAPH_SUM
+ item:
+ host: 'TrueNAS SNMP'
+ key: 'truenas.zvol.size.total[{#ZVOL_NAME}]'
+ -
+ sortorder: '1'
+ color: C80000
+ calc_fnc: LAST
+ item:
+ host: 'TrueNAS SNMP'
+ key: 'truenas.zvol.used[{#ZVOL_NAME}]'
preprocessing:
-
type: DISCARD_UNCHANGED_HEARTBEAT