forked from fernandobrunelli/Zabbix-Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Template Module HOST-RESOURCES-MIB SNMP.xml
109 lines (109 loc) · 4.57 KB
/
Template Module HOST-RESOURCES-MIB SNMP.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>5.0</version>
<groups>
<group>
<name>Templates/Modules</name>
</group>
</groups>
<templates>
<template>
<template>Template Module HOST-RESOURCES-MIB SNMP</template>
<name>Template Module HOST-RESOURCES-MIB SNMP</name>
<description>HOST-RESOURCES-MIB: CPU, memory and storage(vfs.fs.file) linked together.
Template tooling version used: 0.36</description>
<templates>
<template>
<name>Template Module HOST-RESOURCES-MIB CPU SNMP</name>
</template>
<template>
<name>Template Module HOST-RESOURCES-MIB memory SNMP</name>
</template>
<template>
<name>Template Module HOST-RESOURCES-MIB storage SNMP</name>
</template>
</templates>
<groups>
<group>
<name>Templates/Modules</name>
</group>
</groups>
<screens>
<screen>
<name>System performance</name>
<hsize>2</hsize>
<vsize>3</vsize>
<screen_items>
<screen_item>
<resourcetype>0</resourcetype>
<style>0</style>
<resource>
<name>CPU utilization</name>
<host>Template Module HOST-RESOURCES-MIB SNMP</host>
</resource>
<width>500</width>
<height>100</height>
<x>0</x>
<y>0</y>
<colspan>1</colspan>
<rowspan>1</rowspan>
<elements>25</elements>
<valign>0</valign>
<halign>0</halign>
<dynamic>0</dynamic>
<sort_triggers>0</sort_triggers>
<url/>
<application/>
<max_columns>3</max_columns>
</screen_item>
<screen_item>
<resourcetype>20</resourcetype>
<style>0</style>
<resource>
<name>{#MEMNAME}: Memory utilization</name>
<host>Template Module HOST-RESOURCES-MIB SNMP</host>
</resource>
<width>500</width>
<height>100</height>
<x>0</x>
<y>1</y>
<colspan>1</colspan>
<rowspan>1</rowspan>
<elements>25</elements>
<valign>0</valign>
<halign>0</halign>
<dynamic>0</dynamic>
<sort_triggers>0</sort_triggers>
<url/>
<application/>
<max_columns>3</max_columns>
</screen_item>
<screen_item>
<resourcetype>20</resourcetype>
<style>0</style>
<resource>
<name>{#FSNAME}: Disk space usage</name>
<host>Template Module HOST-RESOURCES-MIB SNMP</host>
</resource>
<width>500</width>
<height>100</height>
<x>0</x>
<y>2</y>
<colspan>1</colspan>
<rowspan>1</rowspan>
<elements>25</elements>
<valign>0</valign>
<halign>0</halign>
<dynamic>0</dynamic>
<sort_triggers>0</sort_triggers>
<url/>
<application/>
<max_columns>3</max_columns>
</screen_item>
</screen_items>
</screen>
</screens>
</template>
</templates>
</zabbix_export>