Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(stacks): Add APC 3000 Stack #123

Merged
merged 1 commit into from
Dec 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 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,26 @@
zabbix_export:
version: '7.0'
template_groups:
- uuid: b27969ed1a7d41819c1c25a98d7521dc
name: Stacks/Systems
templates:
- uuid: d85c812b96c24d61a5f69d360e1e538c
template: 'APC Smart-UPS 3000 Stack'
name: 'APC Smart-UPS 3000 Stack'
description: |
Stack for APC UPS 3000 LXM devices.

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: 'APC Smart-UPS 3000 XLM by SNMP'
- name: 'ICMP Ping'
- name: 'Zabbix unsupported items'
groups:
- name: Stacks/Systems
tags:
- tag: class
value: stack
26 changes: 26 additions & 0 deletions Stacks/Systems/APC_Smart-UPS_3000_Stack/7.0/README.md

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

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

17 changes: 17 additions & 0 deletions Stacks/Systems/APC_Smart-UPS_3000_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 catalog-info.yaml

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

1 change: 1 addition & 0 deletions hack/plays/manage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
vars:
target_version: '7.0'
rabe_zabbix_templates:
- template_name: "APC Smart-UPS 3000 Stack"
- template_name: "Apache with TLS by HTTP Stack"
- template_name: "auditd"
- template_name: "candlepin-rhsmcertd"
Expand Down
Loading