Compare commits
2 Commits
91e67af340
...
3f3db5e75b
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f3db5e75b | |||
| f4d0b97371 |
@@ -3,6 +3,8 @@ zabbix_export:
|
|||||||
template_groups:
|
template_groups:
|
||||||
- uuid: cd6848345eb04289b2d5260c10e0d269
|
- uuid: cd6848345eb04289b2d5260c10e0d269
|
||||||
name: devloop
|
name: devloop
|
||||||
|
- uuid: a571c0d144b14fd4a87a9d9b2aa9fcd6
|
||||||
|
name: Templates/Applications
|
||||||
templates:
|
templates:
|
||||||
- uuid: 3077e7298167465b96d30503bcff4769
|
- uuid: 3077e7298167465b96d30503bcff4769
|
||||||
template: 'Template Borg Backup Passive'
|
template: 'Template Borg Backup Passive'
|
||||||
@@ -13,6 +15,7 @@ zabbix_export:
|
|||||||
version: '1.0'
|
version: '1.0'
|
||||||
groups:
|
groups:
|
||||||
- name: devloop
|
- name: devloop
|
||||||
|
- name: Templates/Applications
|
||||||
items:
|
items:
|
||||||
- uuid: 336cb21ab1d94ccd8c467554b2ac737f
|
- uuid: 336cb21ab1d94ccd8c467554b2ac737f
|
||||||
name: 'Borg Archives Duration'
|
name: 'Borg Archives Duration'
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ zabbix_export:
|
|||||||
template_groups:
|
template_groups:
|
||||||
- uuid: cd6848345eb04289b2d5260c10e0d269
|
- uuid: cd6848345eb04289b2d5260c10e0d269
|
||||||
name: devloop
|
name: devloop
|
||||||
|
- uuid: a571c0d144b14fd4a87a9d9b2aa9fcd6
|
||||||
|
name: Templates/Applications
|
||||||
templates:
|
templates:
|
||||||
- uuid: 0ae56f6a7bc94b48891d4aa22e16c0d4
|
- uuid: 0ae56f6a7bc94b48891d4aa22e16c0d4
|
||||||
template: 'Template Borg Backup Active'
|
template: 'Template Borg Backup Active'
|
||||||
@@ -13,6 +15,7 @@ zabbix_export:
|
|||||||
version: '1.0'
|
version: '1.0'
|
||||||
groups:
|
groups:
|
||||||
- name: devloop
|
- name: devloop
|
||||||
|
- name: Templates/Applications
|
||||||
items:
|
items:
|
||||||
- uuid: 767935b5d6304e2d8abf2b8ae81c176a
|
- uuid: 767935b5d6304e2d8abf2b8ae81c176a
|
||||||
name: 'Borg Archives Duration'
|
name: 'Borg Archives Duration'
|
||||||
|
|||||||
47
os/version/template_os_version.yaml
Normal file
47
os/version/template_os_version.yaml
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
zabbix_export:
|
||||||
|
version: '7.0'
|
||||||
|
template_groups:
|
||||||
|
- uuid: cd6848345eb04289b2d5260c10e0d269
|
||||||
|
name: devloop
|
||||||
|
- uuid: 846977d1dfed4968bc5f8bdb363285bc
|
||||||
|
name: 'Templates/Operating systems'
|
||||||
|
templates:
|
||||||
|
- uuid: c6b02d8f09e040749d67ecc4f6a45d39
|
||||||
|
template: 'OS Version'
|
||||||
|
name: 'OS Version'
|
||||||
|
vendor:
|
||||||
|
name: devloop
|
||||||
|
version: '1.0'
|
||||||
|
groups:
|
||||||
|
- name: devloop
|
||||||
|
- name: 'Templates/Operating systems'
|
||||||
|
items:
|
||||||
|
- uuid: 39321af21ca24eac9411f9ec0a11c451
|
||||||
|
name: 'OS Product Name'
|
||||||
|
type: DEPENDENT
|
||||||
|
key: os_product_name
|
||||||
|
delay: '0'
|
||||||
|
value_type: TEXT
|
||||||
|
trends: '0'
|
||||||
|
inventory_link: OS_SHORT
|
||||||
|
preprocessing:
|
||||||
|
- type: JSONPATH
|
||||||
|
parameters:
|
||||||
|
- $.product_name
|
||||||
|
- type: DISCARD_UNCHANGED
|
||||||
|
parameters:
|
||||||
|
- ''
|
||||||
|
master_item:
|
||||||
|
key: system.sw.os.get
|
||||||
|
tags:
|
||||||
|
- tag: component
|
||||||
|
value: os
|
||||||
|
- uuid: 08e2665ddc974c39ac53cd8f95e5de77
|
||||||
|
name: OS-Meta-JSON
|
||||||
|
key: system.sw.os.get
|
||||||
|
delay: 12h
|
||||||
|
value_type: TEXT
|
||||||
|
trends: '0'
|
||||||
|
tags:
|
||||||
|
- tag: component
|
||||||
|
value: raw
|
||||||
Reference in New Issue
Block a user