-
-
Notifications
You must be signed in to change notification settings - Fork 62
/
catalog-info.yaml
790 lines (738 loc) · 24.7 KB
/
catalog-info.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
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
---
# hack/plays/manage.yml
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: rabe-zabbix
title: RaBe Zabbix
description: |
Zabbix is the main monitoring system at RaBe.
annotations:
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://monitoring.service.int.rabe.ch
title: Zabbix Web
spec:
owner: it-reaktion
---
# hack/plays/manage.yml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: rabe-zabbix-templates
title: RaBe Zabbix Templates
description: |
Zabbix templates available for use in our Zabbix instance.
annotations:
backstage.io/techdocs-ref: dir:.
github.com/project-slug: radiorabe/rabe-zabbix
spec:
type: library
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
---
# Stacks/Applications/Apache_with_TLS_by_HTTP_Stack/6.4/Apache_with_TLS_by_HTTP_Stack.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-Apache_with_TLS_by_HTTP_Stack
title: "Zabbix Template: Apache with TLS by HTTP Stack"
description: |
Monitor Apache by HTTP and do a Zabbix agent2 based certificate check.
annotations:
backstage.io/techdocs-ref: dir:./Stacks/Applications/Apache_with_TLS_by_HTTP_Stack/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Stacks/Applications/Apache_with_TLS_by_HTTP_Stack/6.4
title: GitHub
icon: github
tags: [stack]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Stacks/Applications/Nginx_with_TLS_by_HTTP_Stack/6.4/Nginx_with_TLS_by_HTTP_Stack.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-Nginx_with_TLS_by_HTTP_Stack
title: "Zabbix Template: Nginx with TLS by HTTP Stack"
description: |
Monitor Nginx by HTTP and do a Zabbix agent2 based certificate check.
annotations:
backstage.io/techdocs-ref: dir:./Stacks/Applications/Nginx_with_TLS_by_HTTP_Stack/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Stacks/Applications/Nginx_with_TLS_by_HTTP_Stack/6.4
title: GitHub
icon: github
tags: [stack]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Stacks/Applications/Songticker_Stack/6.4/Songticker_Stack.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-Songticker_Stack
title: "Zabbix Template: Songticker Stack"
description: |
Monitoring for our Songticker
annotations:
backstage.io/techdocs-ref: dir:./Stacks/Applications/Songticker_Stack/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Stacks/Applications/Songticker_Stack/6.4
title: GitHub
icon: github
tags: [stack]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Stacks/Applications/systemd_Stack/6.4/systemd_Stack.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-systemd_Stack
title: "Zabbix Template: systemd Stack"
description: |
The [systemd](https://systemd.io) combines all the pieces of
systemd that ususally run on a system host.
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Stacks/Applications/systemd_Stack/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Stacks/Applications/systemd_Stack/6.4
title: GitHub
icon: github
tags: [stack]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Stacks/Operating_systems/EL7_Stack/6.4/EL7_Stack.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-EL7_Stack
title: "Zabbix Template: EL7 Stack"
description: |
Base stack template for CentOS 7 based systems.
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Stacks/Operating_systems/EL7_Stack/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Stacks/Operating_systems/EL7_Stack/6.4
title: GitHub
icon: github
tags: [stack]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Stacks/Operating_systems/EL8_Stack/6.4/EL8_Stack.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-EL8_Stack
title: "Zabbix Template: EL8 Stack"
description: |
Base stack template for CentOS 8 Stream based systems.
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Stacks/Operating_systems/EL8_Stack/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Stacks/Operating_systems/EL8_Stack/6.4
title: GitHub
icon: github
tags: [stack]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Stacks/Operating_systems/EL9_Stack/6.4/EL9_Stack.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-EL9_Stack
title: "Zabbix Template: EL9 Stack"
description: |
Base stack template for AlmaLinux 9 based systems.
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Stacks/Operating_systems/EL9_Stack/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Stacks/Operating_systems/EL9_Stack/6.4
title: GitHub
icon: github
tags: [stack]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Stacks/Servers/EL7_KVM_VM_Stack/6.4/EL7_KVM_VM_Stack.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-EL7_KVM_VM_Stack
title: "Zabbix Template: EL7 KVM VM Stack"
description: |
Base stack template for EL7 based virtual machines.
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Stacks/Servers/EL7_KVM_VM_Stack/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Stacks/Servers/EL7_KVM_VM_Stack/6.4
title: GitHub
icon: github
tags: [stack]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Stacks/Servers/EL8_KVM_VM_Stack/6.4/EL8_KVM_VM_Stack.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-EL8_KVM_VM_Stack
title: "Zabbix Template: EL8 KVM VM Stack"
description: |
Base stack template for EL8 based virtual machines.
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Stacks/Servers/EL8_KVM_VM_Stack/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Stacks/Servers/EL8_KVM_VM_Stack/6.4
title: GitHub
icon: github
tags: [stack]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Stacks/Servers/EL9_KVM_VM_Stack/6.4/EL9_KVM_VM_Stack.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-EL9_KVM_VM_Stack
title: "Zabbix Template: EL9 KVM VM Stack"
description: |
Base stack template for EL9 based virtual machines.
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Stacks/Servers/EL9_KVM_VM_Stack/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Stacks/Servers/EL9_KVM_VM_Stack/6.4
title: GitHub
icon: github
tags: [stack]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Templates/Applications/auditd/6.4/auditd.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-auditd
title: "Zabbix Template: auditd"
description: |
Monitoring of [auditd](https://people.redhat.com/sgrubb/audit/).
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Templates/Applications/auditd/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Templates/Applications/auditd/6.4
title: GitHub
icon: github
tags: [software, auditd]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Templates/Applications/candlepin-rhsmcertd/6.4/candlepin-rhsmcertd.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-candlepin-rhsmcertd
title: "Zabbix Template: candlepin-rhsmcertd"
description: |
Monitoring of [candlepin-rhsmcertd](https://github.com/candlepin/subscription-manager/blob/main/src/daemons/rhsmcertd.c).
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Templates/Applications/candlepin-rhsmcertd/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Templates/Applications/candlepin-rhsmcertd/6.4
title: GitHub
icon: github
tags: [software, candlepin-rhsmcertd]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Templates/Applications/certmonger/6.4/certmonger.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-certmonger
title: "Zabbix Template: certmonger"
description: |
Monitoring of [certmonger](https://www.freeipa.org/page/Certmonger).
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Templates/Applications/certmonger/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Templates/Applications/certmonger/6.4
title: GitHub
icon: github
tags: [software, certmonger]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Templates/Applications/chrony/6.4/chrony.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-chrony
title: "Zabbix Template: chrony"
description: |
Keeps track of [chrony](https://chrony-project.org/).
Needs the following configuration:
```
AllowKey=system.run[/usr/bin/chronyc -c activity]
AllowKey=system.run[/usr/bin/chronyc -c tracking]
```
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Templates/Applications/chrony/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Templates/Applications/chrony/6.4
title: GitHub
icon: github
tags: [software, chrony]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Templates/Applications/Cronie/6.4/Cronie.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-Cronie
title: "Zabbix Template: Cronie"
description: |
Monitoring of [Cronie](https://github.com/cronie-crond/cronie).
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Templates/Applications/Cronie/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Templates/Applications/Cronie/6.4
title: GitHub
icon: github
tags: [software, cronie]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Templates/Applications/firewalld/6.4/firewalld.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-firewalld
title: "Zabbix Template: firewalld"
description: |
Monitoring of [firewalld](https://firewalld.org/).
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Templates/Applications/firewalld/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Templates/Applications/firewalld/6.4
title: GitHub
icon: github
tags: [software, firewalld]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Templates/Applications/gssproxy/6.4/gssproxy.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-gssproxy
title: "Zabbix Template: gssproxy"
description: |
Monitoring of [gssproxy](https://pagure.io/gssproxy).
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Templates/Applications/gssproxy/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Templates/Applications/gssproxy/6.4
title: GitHub
icon: github
tags: [software, gssproxy]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Templates/Applications/qemu-ga/6.4/qemu-ga.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-qemu-ga
title: "Zabbix Template: QEMU Guest Agent"
description: |
Monitoring of the [QEMU Guest Agent](https://www.qemu.org/docs/master/interop/qemu-ga.html).
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Templates/Applications/qemu-ga/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Templates/Applications/qemu-ga/6.4
title: GitHub
icon: github
tags: [software, qemu-ga]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Templates/Applications/rpc.gssd/6.4/rpc.gssd.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-rpc.gssd
title: "Zabbix Template: rpc.gssd"
description: |
Monitoring of [rpc.gssd](https://linux.die.net/man/8/rpc.gssd).
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Templates/Applications/rpc.gssd/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Templates/Applications/rpc.gssd/6.4
title: GitHub
icon: github
tags: [software, rpcgssd]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Templates/Applications/rsyslog/6.4/rsyslog.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-rsyslog
title: "Zabbix Template: 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).
annotations:
backstage.io/techdocs-ref: dir:./Templates/Applications/rsyslog/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Templates/Applications/rsyslog/6.4
title: GitHub
icon: github
tags: [software, rsyslog]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Templates/Applications/Songticker/6.4/Songticker.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-Songticker
title: "Zabbix Template: Songticker"
description: |
Check if the songticker is getting regular updates
annotations:
backstage.io/techdocs-ref: dir:./Templates/Applications/Songticker/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Templates/Applications/Songticker/6.4
title: GitHub
icon: github
tags: [software, songticker]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Templates/Applications/sssd/6.4/sssd.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-sssd
title: "Zabbix Template: sssd"
description: |
Monitoring of [sssd](https://sssd.io).
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Templates/Applications/sssd/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Templates/Applications/sssd/6.4
title: GitHub
icon: github
tags: [software, sssd]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Templates/Applications/systemd-journald/6.4/systemd-journald.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-systemd-journald
title: "Zabbix Template: systemd-journald"
description: |
Monitoring of [systemd-journald](https://www.freedesktop.org/software/systemd/man/latest/systemd-journald.service.html).
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Templates/Applications/systemd-journald/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Templates/Applications/systemd-journald/6.4
title: GitHub
icon: github
tags: [software, systemd-journald]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Templates/Applications/systemd-logind/6.4/systemd-logind.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-systemd-logind
title: "Zabbix Template: systemd-logind"
description: |
Monitoring of [systemd-logind](https://www.freedesktop.org/software/systemd/man/latest/systemd-logind.service.html).
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Templates/Applications/systemd-logind/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Templates/Applications/systemd-logind/6.4
title: GitHub
icon: github
tags: [software, systemd-logind]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Templates/Applications/systemd-udevd/6.4/systemd-udevd.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-systemd-udevd
title: "Zabbix Template: systemd-udevd"
description: |
Monitoring of [systemd-udevd](https://www.freedesktop.org/software/systemd/man/latest/systemd-udevd.service.html).
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Templates/Applications/systemd-udevd/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Templates/Applications/systemd-udevd/6.4
title: GitHub
icon: github
tags: [software, systemd-udevd]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Templates/Applications/timedatectl/6.4/timedatectl.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-timedatectl
title: "Zabbix Template: timedatectl"
description: |
Keeps track of the time and date subsystem by running timedatectl status.
Needs the following configuration:
```
AllowKey=system.run[/usr/bin/timedatectl show]
```
See [here](https://www.freedesktop.org/software/systemd/man/latest/timedatectl.html)
for more information about timedatectl.
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Templates/Applications/timedatectl/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Templates/Applications/timedatectl/6.4
title: GitHub
icon: github
tags: [software, timedatectl]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Templates/Applications/tuned/6.4/tuned.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-tuned
title: "Zabbix Template: tuned"
description: |
Monitoring of [tuned](https://tuned-project.org/).
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Templates/Applications/tuned/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Templates/Applications/tuned/6.4
title: GitHub
icon: github
tags: [software, tuned]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates
---
# Templates/Applications/Zabbix_unsupported_items/6.4/Zabbix_unsupported_items.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: zabbix-template-Zabbix_unsupported_items
title: "Zabbix Template: Zabbix unsupported items"
description: |
Implementation agnostic monitoring of unsupported items from Zabbix internal.
Used as a mix-in to most low-level stack templates.
This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
annotations:
backstage.io/techdocs-ref: dir:./Templates/Applications/Zabbix_unsupported_items/6.4
github.com/project-slug: radiorabe/rabe-zabbix
links:
- url: https://github.com/radiorabe/rabe-zabbix/tree/develop/Templates/Applications/Zabbix_unsupported_items/6.4
title: GitHub
icon: github
tags: [app, zabbix]
spec:
type: zabbix-template
lifecycle: experimental
owner: it-reaktion
system: rabe-zabbix
subcomponentOf: rabe-zabbix-templates