Skip to content

Commit

Permalink
feat: Zabbix 7.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Dec 14, 2024
1 parent 933ccb4 commit 9af36d4
Show file tree
Hide file tree
Showing 116 changed files with 16,784 additions and 118 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Add the following in `<Template_Group>/<Name>/<Version>/<Name>.yaml` right after
```yaml
vendor:
name: RaBe
version: '6.4'
version: '7.0'
```
Switch branch and look at the generated README.md before you commit it:
Expand Down
60 changes: 30 additions & 30 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
zabbix_export:
version: '7.0'
template_groups:
- uuid: 372bbb3675214fcf9ca8f57f2bc2ec77
name: Stacks/Applications
templates:
- uuid: 2446533622e04f2fae25827a3ada0a9a
template: 'Apache with TLS by HTTP Stack'
name: 'Apache with TLS by HTTP Stack'
description: 'Monitor Apache by HTTP and do a Zabbix agent2 based certificate check.'
vendor:
name: RaBe
version: '7.0'
templates:
- name: 'Apache by HTTP'
- name: 'Website certificate by Zabbix agent 2'
groups:
- name: Stacks/Applications
tags:
- tag: class
value: stack
22 changes: 22 additions & 0 deletions Stacks/Applications/Apache_with_TLS_by_HTTP_Stack/7.0/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions Stacks/Applications/Apache_with_TLS_by_HTTP_Stack/7.0/mkdocs.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
zabbix_export:
version: '7.0'
template_groups:
- uuid: 372bbb3675214fcf9ca8f57f2bc2ec77
name: Stacks/Applications
templates:
- uuid: f9adddfb423f4bb4b58cd77c2494f2dd
template: 'Nginx with TLS by HTTP Stack'
name: 'Nginx with TLS by HTTP Stack'
description: 'Monitor Nginx by HTTP and do a Zabbix agent2 based certificate check.'
vendor:
name: RaBe
version: '7.0'
templates:
- name: 'Nginx by HTTP'
- name: 'Website certificate by Zabbix agent 2'
groups:
- name: Stacks/Applications
tags:
- tag: class
value: stack
22 changes: 22 additions & 0 deletions Stacks/Applications/Nginx_with_TLS_by_HTTP_Stack/7.0/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions Stacks/Applications/Nginx_with_TLS_by_HTTP_Stack/7.0/mkdocs.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions Stacks/Applications/Songticker_Stack/7.0/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions Stacks/Applications/Songticker_Stack/7.0/Songticker_Stack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
zabbix_export:
version: '7.0'
template_groups:
- uuid: 372bbb3675214fcf9ca8f57f2bc2ec77
name: Stacks/Applications
templates:
- uuid: 93c461ba64e642968daa550ac188d74d
template: 'Songticker Stack'
name: 'Songticker Stack'
description: 'Monitoring for our Songticker'
vendor:
name: RaBe
version: '7.0'
templates:
- name: Songticker
- name: 'Website certificate by Zabbix agent 2'
groups:
- name: Stacks/Applications
tags:
- tag: class
value: stack
- tag: system
value: songticker
- tag: type
value: service
17 changes: 17 additions & 0 deletions Stacks/Applications/Songticker_Stack/7.0/mkdocs.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions Stacks/Applications/systemd_Stack/7.0/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions Stacks/Applications/systemd_Stack/7.0/mkdocs.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions Stacks/Applications/systemd_Stack/7.0/systemd_Stack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
zabbix_export:
version: '7.0'
template_groups:
- uuid: 372bbb3675214fcf9ca8f57f2bc2ec77
name: Stacks/Applications
templates:
- uuid: 77615056d84f4c289aa65a0610216f9e
template: 'systemd Stack'
name: '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).
vendor:
name: RaBe
version: '7.0'
templates:
- name: systemd-journald
- name: systemd-logind
- name: systemd-udevd
groups:
- name: Stacks/Applications
tags:
- tag: class
value: stack
Loading

0 comments on commit 9af36d4

Please sign in to comment.