Skip to content
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
1 change: 1 addition & 0 deletions README.md

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

58 changes: 58 additions & 0 deletions Templates/Applications/SUISA_Sendemeldung/7.0/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,45 @@
zabbix_export:
version: '7.0'
template_groups:
- uuid: a571c0d144b14fd4a87a9d9b2aa9fcd6
name: Templates/Applications
templates:
- uuid: d3992de5d8ca469fadc0a1345b043dc2
template: 'SUISA Sendemeldung'
name: 'SUISA Sendemeldung'
description: |
Monitoring for [SUISA Sendmeldung](https://radiorabe.github.io/suisa_sendemeldung/).

Contains a trapper item for monitoring sucessful runs based on their
last timestamp as a well as a trigger that alerts us when the last
run is more than a month old.

This template is part of [RaBe's Zabbix template and helpers
collection](https://github.com/radiorabe/rabe-zabbix).
vendor:
name: RaBe
version: '7.0'
groups:
- name: Templates/Applications
items:
- uuid: 14f2ae2794e04e88ab7a3ece27e94a72
name: 'Last Sucessful Run'
type: TRAP
key: rabe.suisa_sendemeldung.run.success
delay: '0'
history: 90d
units: unixtime
tags:
- tag: component
value: service
triggers:
- uuid: c090c4b36e024ba0ad41e3018798c11a
expression: '(now() - last(/SUISA Sendemeldung/rabe.suisa_sendemeldung.run.success)) > 2592000'
name: 'Last run expired'
priority: WARNING
tags:
- tag: scope
value: compliance
tags:
- tag: target
value: suisa_sendemeldung

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

17 changes: 17 additions & 0 deletions Templates/Applications/SUISA_Sendemeldung/7.0/mkdocs.yaml

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

31 changes: 31 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/playbooks/manage/manage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
- template_name: "Songticker"
- template_name: "Songticker Stack"
- template_name: "sssd"
- template_name: "SUISA Sendemeldung"
- template_name: "systemd-journald"
- template_name: "systemd-logind"
- template_name: "systemd-udevd"
Expand Down