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-01 12:43:01 +0300
committerVyacheslav Khaliev <vyacheslav.khaliev@zabbix.com>2022-04-01 12:43:01 +0300
commitbbe43b3ede9663dc92ff65207a0a4f8aa2ca0f1e (patch)
tree71759898c4292dcaa53d0e64eecb1ff005f0eacb /templates
parented3b1c292918e9dac92803a8024356b3f157d0f7 (diff)
.........T [ZBXNEXT-7507] added items to TrueNAS template
Diffstat (limited to 'templates')
-rw-r--r--templates/app/truenas_snmp/README.md4
-rw-r--r--templates/app/truenas_snmp/template_app_truenas_snmp.yaml42
2 files changed, 42 insertions, 4 deletions
diff --git a/templates/app/truenas_snmp/README.md b/templates/app/truenas_snmp/README.md
index 0db7112d4a0..717fe6f46e1 100644
--- a/templates/app/truenas_snmp/README.md
+++ b/templates/app/truenas_snmp/README.md
@@ -143,7 +143,9 @@ There are no template links in this template.
|TrueNAS |TrueNAS: L2ARC read rate |<p>MIB: FREENAS-MIB</p><p>Read rate from L2 cache in bytes per second.</p> |SNMP |truenas.zfs.l2arc.read<p>**Preprocessing**:</p><p>- CHANGE_PER_SECOND</p> |
|TrueNAS |TrueNAS: L2ARC write rate |<p>MIB: FREENAS-MIB</p><p>Write rate from L2 cache in bytes per second.</p> |SNMP |truenas.zfs.l2arc.write<p>**Preprocessing**:</p><p>- CHANGE_PER_SECOND</p> |
|TrueNAS |TrueNAS: L2ARC size |<p>MIB: FREENAS-MIB</p><p>L2ARC size in bytes.</p> |SNMP |truenas.zfs.l2arc.size<p>**Preprocessing**:</p><p>- MULTIPLIER: `1024`</p><p>- DISCARD_UNCHANGED_HEARTBEAT: `1h`</p> |
-|TrueNAS |TrueNAS: ZIL operations |<p>MIB: FREENAS-MIB</p><p>The ops column parsed from the command zilstat 1 1.</p> |SNMP |truenas.zfs.zil.ops |
+|TrueNAS |TrueNAS: ZIL operations 1 second |<p>MIB: FREENAS-MIB</p><p>The ops column parsed from the command zilstat 1 1.</p> |SNMP |truenas.zfs.zil.ops1 |
+|TrueNAS |TrueNAS: ZIL operations 5 seconds |<p>MIB: FREENAS-MIB</p><p>The ops column parsed from the command zilstat 5 1.</p> |SNMP |truenas.zfs.zil.ops5 |
+|TrueNAS |TrueNAS: ZIL operations 10 seconds |<p>MIB: FREENAS-MIB</p><p>The ops column parsed from the command zilstat 10 1.</p> |SNMP |truenas.zfs.zil.ops10 |
|TrueNAS |TrueNAS: Pool [{#POOLNAME}]: Total space |<p>MIB: FREENAS-MIB</p><p>The size of the storage pool in bytes.</p> |SNMP |truenas.zpool.size.total[{#POOLNAME}]<p>**Preprocessing**:</p><p>- MULTIPLIER: `{#POOL_ALLOC_UNITS}`</p><p>- DISCARD_UNCHANGED_HEARTBEAT: `1h`</p> |
|TrueNAS |TrueNAS: Pool [{#POOLNAME}]: Used space |<p>MIB: FREENAS-MIB</p><p>The used size of the storage pool in bytes.</p> |SNMP |truenas.zpool.used[{#POOLNAME}]<p>**Preprocessing**:</p><p>- MULTIPLIER: `{#POOL_ALLOC_UNITS}`</p> |
|TrueNAS |TrueNAS: Pool [{#POOLNAME}]: Available space |<p>MIB: FREENAS-MIB</p><p>The available size of the storage pool in bytes.</p> |SNMP |truenas.zpool.avail[{#POOLNAME}]<p>**Preprocessing**:</p><p>- MULTIPLIER: `{#POOL_ALLOC_UNITS}`</p> |
diff --git a/templates/app/truenas_snmp/template_app_truenas_snmp.yaml b/templates/app/truenas_snmp/template_app_truenas_snmp.yaml
index c4d1c412075..88eb6b1c21b 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-03-30T09:36:24Z'
+ date: '2022-04-01T09:26:10Z'
groups:
-
uuid: a571c0d144b14fd4a87a9d9b2aa9fcd6
@@ -796,10 +796,10 @@ zabbix_export:
value: zfs
-
uuid: a504d960680346ad863c5f2117301200
- name: 'TrueNAS: ZIL operations'
+ name: 'TrueNAS: ZIL operations 1 second'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.4.1.50536.1.6.1.0
- key: truenas.zfs.zil.ops
+ key: truenas.zfs.zil.ops1
history: 7d
value_type: FLOAT
description: |
@@ -813,6 +813,42 @@ zabbix_export:
tag: component
value: zfs
-
+ uuid: d82112c728704383b873289f0b8bbce6
+ name: 'TrueNAS: ZIL operations 5 seconds'
+ type: SNMP_AGENT
+ snmp_oid: .1.3.6.1.4.1.50536.1.6.2.0
+ key: truenas.zfs.zil.ops5
+ history: 7d
+ value_type: FLOAT
+ description: |
+ MIB: FREENAS-MIB
+ The ops column parsed from the command zilstat 5 1.
+ tags:
+ -
+ tag: component
+ value: log
+ -
+ tag: component
+ value: zfs
+ -
+ uuid: 598dda71f21a410a82ba5b96e1564166
+ name: 'TrueNAS: ZIL operations 10 seconds'
+ type: SNMP_AGENT
+ snmp_oid: .1.3.6.1.4.1.50536.1.6.3.0
+ key: truenas.zfs.zil.ops10
+ history: 7d
+ value_type: FLOAT
+ description: |
+ MIB: FREENAS-MIB
+ The ops column parsed from the command zilstat 10 1.
+ tags:
+ -
+ tag: component
+ value: log
+ -
+ tag: component
+ value: zfs
+ -
uuid: 43901b6beb7f4f559464775863d19976
name: 'TrueNAS: Available memory'
type: CALCULATED