-
-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathrsyslog.yaml
595 lines (594 loc) · 20.3 KB
/
rsyslog.yaml
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
zabbix_export:
version: '6.4'
template_groups:
- uuid: a571c0d144b14fd4a87a9d9b2aa9fcd6
name: Templates/Applications
templates:
- uuid: 67bcb0eff7844452b277630a5b03da13
template: rsyslog
name: rsyslog
description: |
Monitoring of [rsyslog](https://www.rsyslog.com/).
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
vendor:
name: RaBe
version: '6.4'
groups:
- name: Templates/Applications
items:
- uuid: fd6bb615efd7419988d3f4280d4806e9
name: 'rsyslog: process summary'
type: ZABBIX_ACTIVE
key: 'proc.get[rsyslogd,root,,summary]'
history: '0'
trends: '0'
value_type: TEXT
description: 'Get info about rsyslog processes'
tags:
- tag: component
value: raw
- uuid: eb72e78ac46a42099fc6398a77bf88a5
name: 'rsyslog: Unit active state'
type: DEPENDENT
key: rabe.rsyslog.active_state
delay: '0'
history: 7d
description: 'State value that reflects whether the unit is currently active or not. The following states are currently defined: "active", "reloading", "inactive", "failed", "activating", and "deactivating".'
valuemap:
name: 'Unit Active State'
preprocessing:
- type: JSONPATH
parameters:
- $.ActiveState.state
- type: DISCARD_UNCHANGED_HEARTBEAT
parameters:
- 30m
master_item:
key: 'systemd.unit.get["rsyslog.service"]'
tags:
- tag: component
value: service
triggers:
- uuid: eff32a718ecc44d5b28dc444b2a3abfe
expression: last(/rsyslog/rabe.rsyslog.active_state)<>1
name: 'rsyslog: Service is not running'
priority: WARNING
manual_close: 'YES'
tags:
- tag: scope
value: availability
- uuid: 41be8e5506934eddba86d09b1aaf67d7
name: 'rsyslog: CPU seconds (system)'
type: DEPENDENT
key: rabe.rsyslog.cputime_system
delay: '0'
history: 7d
value_type: FLOAT
description: 'Total CPU seconds (system) of rsyslog processes.'
preprocessing:
- type: JSONPATH
parameters:
- '$[*].cputime_system.first()'
- type: SIMPLE_CHANGE
parameters:
- ''
- type: DISCARD_UNCHANGED_HEARTBEAT
parameters:
- 5m
master_item:
key: 'proc.get[rsyslogd,root,,summary]'
tags:
- tag: component
value: rsyslog
- uuid: 6b777e6889834f59aff3c2eeaf96f560
name: 'rsyslog: CPU seconds (user)'
type: DEPENDENT
key: rabe.rsyslog.cputime_user
delay: '0'
history: 7d
value_type: FLOAT
description: 'Total CPU seconds (user) of rsyslog processes.'
preprocessing:
- type: JSONPATH
parameters:
- '$[*].cputime_user.first()'
- type: SIMPLE_CHANGE
parameters:
- ''
- type: DISCARD_UNCHANGED_HEARTBEAT
parameters:
- 5m
master_item:
key: 'proc.get[rsyslogd,root,,summary]'
tags:
- tag: component
value: rsyslog
- uuid: 50c5ccf1b99b49d5809f6637f99fd257
name: 'rsyslog: Service load state'
type: DEPENDENT
key: rabe.rsyslog.load_state
delay: '0'
history: 7d
description: 'State value that reflects whether the configuration file of this unit has been loaded. The following states are currently defined: "loaded", "error", and "masked".'
valuemap:
name: 'Unit Load State'
preprocessing:
- type: JSONPATH
parameters:
- $.LoadState.state
- type: DISCARD_UNCHANGED_HEARTBEAT
parameters:
- 30m
master_item:
key: 'systemd.unit.get["rsyslog.service"]'
tags:
- tag: component
value: service
- uuid: e4c66dfa4c1a457fac71189e2e9d7339
name: 'rsyslog: Number of processes'
type: DEPENDENT
key: rabe.rsyslog.processes
delay: '0'
history: 7d
description: 'Number of rsyslog processes.'
preprocessing:
- type: JSONPATH
parameters:
- '$[*].processes.first()'
- type: DISCARD_UNCHANGED_HEARTBEAT
parameters:
- 5m
master_item:
key: 'proc.get[rsyslogd,root,,summary]'
tags:
- tag: component
value: rsyslog
triggers:
- uuid: cd0c058237d84b3484cd6c91f78eed38
expression: 'last(/rsyslog/rabe.rsyslog.processes)<{$RSYSLOG.THRESHOLD.MIN_PROC}'
name: 'rsyslog: No running processes'
priority: HIGH
description: 'No running rsyslog processes.'
dependencies:
- name: 'rsyslog: Service is not running'
expression: last(/rsyslog/rabe.rsyslog.active_state)<>1
tags:
- tag: scope
value: availability
- uuid: d7111b302ee84409b14cd7850ac2dd87
name: 'rsyslog: Memory usage (RSS)'
type: DEPENDENT
key: rabe.rsyslog.rss
delay: '0'
history: 7d
units: B
description: 'Memory usage of rsyslog processes.'
preprocessing:
- type: JSONPATH
parameters:
- '$[*].rss.first()'
- type: DISCARD_UNCHANGED_HEARTBEAT
parameters:
- 5m
master_item:
key: 'proc.get[rsyslogd,root,,summary]'
tags:
- tag: component
value: rsyslog
- uuid: 890fa1b9113146baac4353cbf2752db6
name: 'rsyslog: Swap usage'
type: DEPENDENT
key: rabe.rsyslog.swap
delay: '0'
history: 7d
units: B
description: 'Swap usage of rsyslog processes.'
preprocessing:
- type: JSONPATH
parameters:
- '$[*].swap.first()'
- type: DISCARD_UNCHANGED_HEARTBEAT
parameters:
- 5m
master_item:
key: 'proc.get[rsyslogd,root,,summary]'
tags:
- tag: component
value: rsyslog
- uuid: 424037a4821c4d36a345db5cf24fd067
name: 'rsyslog: Number of threads'
type: DEPENDENT
key: rabe.rsyslog.threads
delay: '0'
history: 7d
description: 'Number of rsyslog threads.'
preprocessing:
- type: JSONPATH
parameters:
- '$[*].threads.first()'
- type: DISCARD_UNCHANGED_HEARTBEAT
parameters:
- 5m
master_item:
key: 'proc.get[rsyslogd,root,,summary]'
tags:
- tag: component
value: rsyslog
- uuid: 308405e512c54311816100dbe9a40bdf
name: 'rsyslog: Unit file state'
type: DEPENDENT
key: rabe.rsyslog.unitfile_state
delay: '0'
history: 7d
description: 'Encodes the install state of the unit file of FragmentPath. It currently knows the following states: "enabled", "enabled-runtime", "linked", "linked-runtime", "masked", "masked-runtime", "static", "disabled", and "invalid".'
valuemap:
name: 'Unit File State'
preprocessing:
- type: JSONPATH
parameters:
- $.UnitFileState.state
- type: DISCARD_UNCHANGED_HEARTBEAT
parameters:
- 30m
master_item:
key: 'systemd.unit.get["rsyslog.service"]'
tags:
- tag: component
value: service
- uuid: 1afff21ff9c94fb39025c370a16e6fa4
name: 'rsyslog: Uptime'
type: DEPENDENT
key: rabe.rsyslog.uptime
delay: '0'
history: 7d
value_type: FLOAT
units: uptime
description: 'Number of seconds since unit entered the active state.'
preprocessing:
- type: JAVASCRIPT
parameters:
- |
data = JSON.parse(value);
if (data.ActiveEnterTimestamp > data.ActiveExitTimestamp) {
return Math.floor(Date.now() / 1000) - Number(data.ActiveEnterTimestamp) / 1000000;
}
return null;
master_item:
key: 'systemd.unit.get["rsyslog.service"]'
tags:
- tag: component
value: service
triggers:
- uuid: 0ebab0a4fc134a048f05d07a86e1443d
expression: last(/rsyslog/rabe.rsyslog.uptime)<=10m
name: 'rsyslog: has been restarted'
priority: INFO
manual_close: 'YES'
tags:
- tag: scope
value: notice
- uuid: ef752a32685a4bc59466b8e56f9eb7bc
name: 'rsyslog: unit info'
type: ZABBIX_ACTIVE
key: 'systemd.unit.get["rsyslog.service"]'
history: '0'
trends: '0'
value_type: TEXT
description: 'Get unit info from systemd'
tags:
- tag: component
value: raw
- tag: component
value: unit
tags:
- tag: class
value: software
- tag: target
value: rsyslog
macros:
- macro: '{$RSYSLOG.THRESHOLD.MIN_PROC}'
value: '1'
description: 'Minimum amount of processes expected to be running at all times.'
dashboards:
- uuid: df75390b93dc45c4a43ef90ec6b1060b
name: 'rsyslog: Overview'
pages:
- widgets:
- type: item
width: '8'
height: '4'
hide_header: 'YES'
fields:
- type: INTEGER
name: adv_conf
value: '1'
- type: STRING
name: description
value: 'active state'
- type: ITEM
name: itemid
value:
host: rsyslog
key: rabe.rsyslog.active_state
- type: INTEGER
name: show
value: '1'
- type: INTEGER
name: show
value: '2'
- type: STRING
name: thresholds.color.0
value: 4CAF50
- type: STRING
name: thresholds.color.1
value: FF0000
- type: STRING
name: thresholds.color.2
value: FF0000
- type: STRING
name: thresholds.threshold.0
value: '1'
- type: STRING
name: thresholds.threshold.1
value: '2'
- type: STRING
name: thresholds.threshold.2
value: '3'
- type: INTEGER
name: units_bold
value: '0'
- type: INTEGER
name: units_show
value: '0'
- type: graph
'y': '4'
width: '12'
height: '5'
fields:
- type: ITEM
name: itemid
value:
host: rsyslog
key: rabe.rsyslog.cputime_user
- type: INTEGER
name: source_type
value: '1'
- type: graph
'y': '9'
width: '12'
height: '5'
fields:
- type: ITEM
name: itemid
value:
host: rsyslog
key: rabe.rsyslog.rss
- type: INTEGER
name: source_type
value: '1'
- type: item
x: '8'
width: '6'
height: '4'
hide_header: 'YES'
fields:
- type: INTEGER
name: adv_conf
value: '1'
- type: STRING
name: description
value: uptime
- type: ITEM
name: itemid
value:
host: rsyslog
key: rabe.rsyslog.uptime
- type: INTEGER
name: show
value: '1'
- type: INTEGER
name: show
value: '2'
- type: INTEGER
name: value_size
value: '15'
- type: graph
x: '12'
'y': '4'
width: '12'
height: '5'
fields:
- type: ITEM
name: itemid
value:
host: rsyslog
key: rabe.rsyslog.cputime_system
- type: INTEGER
name: source_type
value: '1'
- type: graph
x: '12'
'y': '9'
width: '12'
height: '5'
fields:
- type: ITEM
name: itemid
value:
host: rsyslog
key: rabe.rsyslog.swap
- type: INTEGER
name: source_type
value: '1'
- type: item
x: '14'
width: '4'
hide_header: 'YES'
fields:
- type: INTEGER
name: adv_conf
value: '1'
- type: STRING
name: description
value: 'unit file state'
- type: ITEM
name: itemid
value:
host: rsyslog
key: rabe.rsyslog.unitfile_state
- type: INTEGER
name: show
value: '1'
- type: INTEGER
name: show
value: '2'
- type: STRING
name: thresholds.color.0
value: FF0000
- type: STRING
name: thresholds.color.1
value: 4CAF50
- type: STRING
name: thresholds.color.2
value: FF0000
- type: STRING
name: thresholds.threshold.0
value: '0'
- type: STRING
name: thresholds.threshold.1
value: '1'
- type: STRING
name: thresholds.threshold.2
value: '2'
- type: item
x: '14'
'y': '2'
width: '4'
hide_header: 'YES'
fields:
- type: INTEGER
name: adv_conf
value: '1'
- type: STRING
name: description
value: 'service load state'
- type: ITEM
name: itemid
value:
host: rsyslog
key: rabe.rsyslog.load_state
- type: INTEGER
name: show
value: '1'
- type: INTEGER
name: show
value: '2'
- type: STRING
name: thresholds.color.0
value: FF0000
- type: STRING
name: thresholds.color.1
value: 4CAF50
- type: STRING
name: thresholds.color.2
value: FF0000
- type: STRING
name: thresholds.threshold.0
value: '0'
- type: STRING
name: thresholds.threshold.1
value: '1'
- type: STRING
name: thresholds.threshold.2
value: '2'
- type: item
x: '20'
width: '4'
height: '4'
hide_header: 'YES'
fields:
- type: INTEGER
name: adv_conf
value: '1'
- type: INTEGER
name: decimal_places
value: '0'
- type: STRING
name: description
value: processes
- type: ITEM
name: itemid
value:
host: rsyslog
key: rabe.rsyslog.processes
- type: INTEGER
name: show
value: '1'
- type: INTEGER
name: show
value: '2'
- type: STRING
name: thresholds.color.0
value: FF0000
- type: STRING
name: thresholds.color.1
value: 4CAF50
- type: STRING
name: thresholds.threshold.0
value: '0'
- type: STRING
name: thresholds.threshold.1
value: '1'
valuemaps:
- uuid: 165f060c97b84515ada93713bb68847d
name: 'Unit Active State'
mappings:
- value: '0'
newvalue: unknown
- value: '1'
newvalue: active
- value: '2'
newvalue: reloading
- value: '3'
newvalue: inactive
- value: '4'
newvalue: failed
- value: '5'
newvalue: activating
- value: '6'
newvalue: deactivating
- uuid: fdb6a8a860324de49fa51eb09f1f5a64
name: 'Unit File State'
mappings:
- value: o
newvalue: unknown
- value: '1'
newvalue: enabled
- value: '2'
newvalue: enabled-runtime
- value: '3'
newvalue: linked
- value: '4'
newvalue: linked-runtime
- value: '5'
newvalue: masked
- value: '6'
newvalue: masked-runtime
- value: '7'
newvalue: static
- value: '8'
newvalue: disabled
- value: '9'
newvalue: runtime
- uuid: 07b22fdaf8b84e99bbc97062d622f0f4
name: 'Unit Load State'
mappings:
- value: '0'
newvalue: unknown
- value: '1'
newvalue: loaded
- value: '2'
newvalue: error
- value: '3'
newvalue: masked