Skip to content

Commit 8302de8

Browse files
committed
added 6.0 templates
1 parent 18a6f56 commit 8302de8

File tree

2,480 files changed

+943351
-10114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,480 files changed

+943351
-10114
lines changed

.github/jekyll/_data/meta.json

+8,411-2,636
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# 1C Enterprise
2+
3+
## Overview
4+
5+
**Zabbix 1C Enterprise**
6+
7+
8+
Monitor sessions number for each base in cluster and for each cluster. Items names include base name and cluster name.
9+
10+
11+
Using LLD for base discovery
12+
13+
14+
Suggestions are welcome.
15+
16+
17+
UPD Added items for monitoring
18+
19+
20+
UPD2 Added converted to exe Python scripts, so you don't need install Python interpreter, but you need be very fearless to use exe files from Internet :)
21+
22+
23+
24+
25+
## Macros used
26+
27+
There are no macros links in this template.
28+
29+
## Template links
30+
31+
There are no template links in this template.
32+
33+
## Discovery rules
34+
35+
|Name|Description|Type|Key and additional info|
36+
|----|-----------|----|----|
37+
|Infobases|<p>-</p>|`Zabbix agent`|1cEnt.infobases<p>Update: 2m</p>|
38+
39+
40+
## Items collected
41+
42+
|Name|Description|Type|Key and additional info|
43+
|----|-----------|----|----|
44+
|Infobase sessions {#NAME}, cluster {#CLUSTER_NAME}|<p>-</p>|`Zabbix agent`|1cEnt.sessions[{#INFOBASE},{#CLUSTER}]<p>Update: 5m</p><p>LLD</p>|
45+
|Total sessions in {#NAME}, cluster {#CLUSTER_NAME}|<p>-</p>|`Calculated`|1cEnt.sessions.totalSessions[{#INFOBASE}, {#CLUSTER}]<p>Update: 5m</p><p>LLD</p>|
46+
|Background jobs in {#NAME}, cluster {#CLUSTER_NAME}|<p>-</p>|`Dependent item`|1cEnt.sessions.bjobs[{#INFOBASE}, {#CLUSTER}]<p>Update: 0</p><p>LLD</p>|
47+
|Blocked objects by DBMS in {#NAME}, cluster {#CLUSTER_NAME}|<p>-</p>|`Dependent item`|1cEnt.sessions.blocked-by-dbms[{#INFOBASE}, {#CLUSTER}]<p>Update: 0</p><p>LLD</p>|
48+
|Data in {#NAME}, cluster {#CLUSTER_NAME}|<p>-</p>|`Dependent item`|1cEnt.sessions.bytes-all[{#INFOBASE}, {#CLUSTER}]<p>Update: 0</p><p>LLD</p>|
49+
|COM connections in {#NAME}, cluster {#CLUSTER_NAME}|<p>-</p>|`Dependent item`|1cEnt.sessions.comconn[{#INFOBASE}, {#CLUSTER}]<p>Update: 0</p><p>LLD</p>|
50+
|Block duration in {#NAME}, cluster {#CLUSTER_NAME}|<p>-</p>|`Dependent item`|1cEnt.sessions.db-proc-took[{#INFOBASE}, {#CLUSTER}]<p>Update: 0</p><p>LLD</p>|
51+
|Designer clients in {#NAME}, cluster {#CLUSTER_NAME}|<p>-</p>|`Dependent item`|1cEnt.sessions.designers[{#INFOBASE}, {#CLUSTER}]<p>Update: 0</p><p>LLD</p>|
52+
|Thick clients in {#NAME}, cluster {#CLUSTER_NAME}|<p>-</p>|`Dependent item`|1cEnt.sessions.thickClient[{#INFOBASE}, {#CLUSTER}]<p>Update: 0</p><p>LLD</p>|
53+
|Thin clients in {#NAME}, cluster {#CLUSTER_NAME}|<p>-</p>|`Dependent item`|1cEnt.sessions.thinClient[{#INFOBASE}, {#CLUSTER}]<p>Update: 0</p><p>LLD</p>|
54+
|Web clients in {#NAME}, {#CLUSTER_NAME}|<p>-</p>|`Dependent item`|1cEnt.sessions.webclients[{#INFOBASE}, {#CLUSTER}]<p>Update: 0</p><p>LLD</p>|
55+
56+
57+
## Triggers
58+
59+
There are no triggers in this template.
60+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,313 @@
1+
zabbix_export:
2+
version: '6.0'
3+
date: '2021-11-21T21:40:15Z'
4+
groups:
5+
-
6+
uuid: a571c0d144b14fd4a87a9d9b2aa9fcd6
7+
name: Templates/Applications
8+
templates:
9+
-
10+
uuid: 7f3d1067425d41c5870aa7f69f88f60c
11+
template: '1C Enterprise'
12+
name: '1C Enterprise'
13+
description: |
14+
## Overview
15+
16+
**Zabbix 1C Enterprise**
17+
18+
19+
Monitor sessions number for each base in cluster and for each cluster. Items names include base name and cluster name.
20+
21+
22+
Using LLD for base discovery
23+
24+
25+
Suggestions are welcome.
26+
27+
28+
UPD Added items for monitoring
29+
30+
31+
UPD2 Added converted to exe Python scripts, so you don't need install Python interpreter, but you need be very fearless to use exe files from Internet :)
32+
33+
34+
35+
36+
37+
groups:
38+
-
39+
name: Templates/Applications
40+
discovery_rules:
41+
-
42+
uuid: 0f23b6dd36cc4c26b8d05771dd0684f0
43+
name: Infobases
44+
key: 1cEnt.infobases
45+
delay: 2m
46+
lifetime: 5d
47+
item_prototypes:
48+
-
49+
uuid: 340987436b9741bc814536309d30bf63
50+
name: 'Background jobs in {#NAME}, cluster {#CLUSTER_NAME}'
51+
type: DEPENDENT
52+
key: '1cEnt.sessions.bjobs[{#INFOBASE}, {#CLUSTER}]'
53+
delay: '0'
54+
history: 30d
55+
preprocessing:
56+
-
57+
type: JSONPATH
58+
parameters:
59+
- $.BackgroundJob
60+
master_item:
61+
key: '1cEnt.sessions[{#INFOBASE},{#CLUSTER}]'
62+
tags:
63+
-
64+
tag: Application
65+
value: '1C Enterprise'
66+
-
67+
uuid: a40acabe2b354e74babb29b54b8ea59e
68+
name: 'Blocked objects by DBMS in {#NAME}, cluster {#CLUSTER_NAME}'
69+
type: DEPENDENT
70+
key: '1cEnt.sessions.blocked-by-dbms[{#INFOBASE}, {#CLUSTER}]'
71+
delay: '0'
72+
history: 30d
73+
status: DISABLED
74+
preprocessing:
75+
-
76+
type: JSONPATH
77+
parameters:
78+
- $.blockedByDBMS
79+
master_item:
80+
key: '1cEnt.sessions[{#INFOBASE},{#CLUSTER}]'
81+
tags:
82+
-
83+
tag: Application
84+
value: '1C Enterprise'
85+
-
86+
uuid: b330e261bb5c4be7ac73b077762c85a7
87+
name: 'Data in {#NAME}, cluster {#CLUSTER_NAME}'
88+
type: DEPENDENT
89+
key: '1cEnt.sessions.bytes-all[{#INFOBASE}, {#CLUSTER}]'
90+
delay: '0'
91+
history: 30d
92+
status: DISABLED
93+
units: B
94+
preprocessing:
95+
-
96+
type: JSONPATH
97+
parameters:
98+
- $.bytesAll
99+
-
100+
type: SIMPLE_CHANGE
101+
parameters:
102+
- ''
103+
master_item:
104+
key: '1cEnt.sessions[{#INFOBASE},{#CLUSTER}]'
105+
tags:
106+
-
107+
tag: Application
108+
value: '1C Enterprise'
109+
-
110+
uuid: df9ae071be7242939996a45149882e8e
111+
name: 'COM connections in {#NAME}, cluster {#CLUSTER_NAME}'
112+
type: DEPENDENT
113+
key: '1cEnt.sessions.comconn[{#INFOBASE}, {#CLUSTER}]'
114+
delay: '0'
115+
history: 30d
116+
preprocessing:
117+
-
118+
type: JSONPATH
119+
parameters:
120+
- $.COMConnection
121+
master_item:
122+
key: '1cEnt.sessions[{#INFOBASE},{#CLUSTER}]'
123+
tags:
124+
-
125+
tag: Application
126+
value: '1C Enterprise'
127+
-
128+
uuid: c765277fcc984de68273cbeff7f6b03d
129+
name: 'Block duration in {#NAME}, cluster {#CLUSTER_NAME}'
130+
type: DEPENDENT
131+
key: '1cEnt.sessions.db-proc-took[{#INFOBASE}, {#CLUSTER}]'
132+
delay: '0'
133+
history: 30d
134+
units: ms
135+
preprocessing:
136+
-
137+
type: JSONPATH
138+
parameters:
139+
- $.dbProcTook
140+
master_item:
141+
key: '1cEnt.sessions[{#INFOBASE},{#CLUSTER}]'
142+
tags:
143+
-
144+
tag: Application
145+
value: '1C Enterprise'
146+
-
147+
uuid: 1888241f440f40c1aa748a6a6e9af92a
148+
name: 'Designer clients in {#NAME}, cluster {#CLUSTER_NAME}'
149+
type: DEPENDENT
150+
key: '1cEnt.sessions.designers[{#INFOBASE}, {#CLUSTER}]'
151+
delay: '0'
152+
history: 30d
153+
preprocessing:
154+
-
155+
type: JSONPATH
156+
parameters:
157+
- $.Designer
158+
master_item:
159+
key: '1cEnt.sessions[{#INFOBASE},{#CLUSTER}]'
160+
tags:
161+
-
162+
tag: Application
163+
value: '1C Enterprise'
164+
-
165+
uuid: a574dba603a7457c8c2751b1c80e9274
166+
name: 'Thick clients in {#NAME}, cluster {#CLUSTER_NAME}'
167+
type: DEPENDENT
168+
key: '1cEnt.sessions.thickClient[{#INFOBASE}, {#CLUSTER}]'
169+
delay: '0'
170+
history: 30d
171+
preprocessing:
172+
-
173+
type: JSONPATH
174+
parameters:
175+
- $.1CV8
176+
master_item:
177+
key: '1cEnt.sessions[{#INFOBASE},{#CLUSTER}]'
178+
tags:
179+
-
180+
tag: Application
181+
value: '1C Enterprise'
182+
-
183+
uuid: 3a5d72fe9d0046b9bb74f55c6440ceb9
184+
name: 'Thin clients in {#NAME}, cluster {#CLUSTER_NAME}'
185+
type: DEPENDENT
186+
key: '1cEnt.sessions.thinClient[{#INFOBASE}, {#CLUSTER}]'
187+
delay: '0'
188+
history: 30d
189+
preprocessing:
190+
-
191+
type: JSONPATH
192+
parameters:
193+
- $.1CV8C
194+
master_item:
195+
key: '1cEnt.sessions[{#INFOBASE},{#CLUSTER}]'
196+
tags:
197+
-
198+
tag: Application
199+
value: '1C Enterprise'
200+
-
201+
uuid: cf129cb437384e2a81291f2f4a7d0092
202+
name: 'Total sessions in {#NAME}, cluster {#CLUSTER_NAME}'
203+
type: CALCULATED
204+
key: '1cEnt.sessions.totalSessions[{#INFOBASE}, {#CLUSTER}]'
205+
delay: 5m
206+
history: 30d
207+
params: 'last(//1cEnt.sessions.designers[{#INFOBASE}, {#CLUSTER}]) + last(//1cEnt.sessions.bjobs[{#INFOBASE}, {#CLUSTER}]) + last(//1cEnt.sessions.comconn[{#INFOBASE}, {#CLUSTER}]) + last(//1cEnt.sessions.thickClient[{#INFOBASE}, {#CLUSTER}]) + last(//1cEnt.sessions.thinClient[{#INFOBASE}, {#CLUSTER}]) + last(//1cEnt.sessions.webclients[{#INFOBASE}, {#CLUSTER}])'
208+
tags:
209+
-
210+
tag: Application
211+
value: '1C Enterprise'
212+
-
213+
uuid: c1171b1c870f4c29b14a10bf6777348b
214+
name: 'Web clients in {#NAME}, {#CLUSTER_NAME}'
215+
type: DEPENDENT
216+
key: '1cEnt.sessions.webclients[{#INFOBASE}, {#CLUSTER}]'
217+
delay: '0'
218+
history: 30d
219+
preprocessing:
220+
-
221+
type: JSONPATH
222+
parameters:
223+
- $.WebClient
224+
master_item:
225+
key: '1cEnt.sessions[{#INFOBASE},{#CLUSTER}]'
226+
tags:
227+
-
228+
tag: Application
229+
value: '1C Enterprise'
230+
-
231+
uuid: ec9b89a43861432c9bb844cff87c2ea2
232+
name: 'Infobase sessions {#NAME}, cluster {#CLUSTER_NAME}'
233+
key: '1cEnt.sessions[{#INFOBASE},{#CLUSTER}]'
234+
delay: 5m
235+
trends: '0'
236+
value_type: CHAR
237+
request_method: POST
238+
tags:
239+
-
240+
tag: Application
241+
value: '1C Enterprise'
242+
graph_prototypes:
243+
-
244+
uuid: d05f43fdc3fe415aa6c8ee36838a1083
245+
name: 'Infobase data {#NAME}, cluster {#CLUSTER_NAME}'
246+
graph_items:
247+
-
248+
color: FF0000
249+
item:
250+
host: '1C Enterprise'
251+
key: '1cEnt.sessions.db-proc-took[{#INFOBASE}, {#CLUSTER}]'
252+
-
253+
sortorder: '1'
254+
color: FF8000
255+
item:
256+
host: '1C Enterprise'
257+
key: '1cEnt.sessions.blocked-by-dbms[{#INFOBASE}, {#CLUSTER}]'
258+
-
259+
sortorder: '2'
260+
drawtype: GRADIENT_LINE
261+
color: 0040FF
262+
yaxisside: RIGHT
263+
item:
264+
host: '1C Enterprise'
265+
key: '1cEnt.sessions.bytes-all[{#INFOBASE}, {#CLUSTER}]'
266+
-
267+
uuid: 6235ce866acd4b779d8849638819d482
268+
name: 'Infobase sessions {#NAME}, cluster {#CLUSTER_NAME}'
269+
type: STACKED
270+
graph_items:
271+
-
272+
color: FF0000
273+
item:
274+
host: '1C Enterprise'
275+
key: '1cEnt.sessions.designers[{#INFOBASE}, {#CLUSTER}]'
276+
-
277+
sortorder: '1'
278+
color: 0040FF
279+
item:
280+
host: '1C Enterprise'
281+
key: '1cEnt.sessions.thickClient[{#INFOBASE}, {#CLUSTER}]'
282+
-
283+
sortorder: '2'
284+
color: 00FF00
285+
item:
286+
host: '1C Enterprise'
287+
key: '1cEnt.sessions.thinClient[{#INFOBASE}, {#CLUSTER}]'
288+
-
289+
sortorder: '3'
290+
color: FF8000
291+
item:
292+
host: '1C Enterprise'
293+
key: '1cEnt.sessions.comconn[{#INFOBASE}, {#CLUSTER}]'
294+
-
295+
sortorder: '4'
296+
color: FFFF00
297+
item:
298+
host: '1C Enterprise'
299+
key: '1cEnt.sessions.bjobs[{#INFOBASE}, {#CLUSTER}]'
300+
-
301+
sortorder: '5'
302+
color: BA2A5D
303+
item:
304+
host: '1C Enterprise'
305+
key: '1cEnt.sessions.webclients[{#INFOBASE}, {#CLUSTER}]'
306+
-
307+
sortorder: '6'
308+
color: 00FFFF
309+
yaxisside: RIGHT
310+
item:
311+
host: '1C Enterprise'
312+
key: '1cEnt.sessions.db-proc-took[{#INFOBASE}, {#CLUSTER}]'
313+
request_method: POST

0 commit comments

Comments
 (0)