matrix-alertmanager-receiver
Send Alertmanager alerts to Matrix rooms
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.0%) to scientific vocabulary
Keywords
alertmanager
alertmanager-webhook
alertmanager-webhook-receiver
matrix
monitoring
prometheus
Keywords from Contributors
generic
interactive
packaging
primitives
network-simulation
hacking
autograding
embedded
optim
standardization
Last synced: 6 months ago
·
JSON representation
·
Repository
Send Alertmanager alerts to Matrix rooms
Basic Info
Statistics
- Stars: 33
- Watchers: 2
- Forks: 8
- Open Issues: 3
- Releases: 55
Topics
alertmanager
alertmanager-webhook
alertmanager-webhook-receiver
matrix
monitoring
prometheus
Created over 2 years ago
· Last pushed 6 months ago
Metadata Files
Readme
Contributing
License
Code of conduct
Citation
Security
Authors
README.dockerhub.md
matrix-alertmanager-receiver
See https://github.com/metio/matrix-alertmanager-receiver for details
Owner
- Name: metio.wtf
- Login: metio
- Kind: organization
- Website: https://metio.wtf/
- Repositories: 28
- Profile: https://github.com/metio
Citation (CITATION.cff)
# SPDX-FileCopyrightText: The matrix-alertmanager-receiver Authors # SPDX-License-Identifier: GPL-3.0-or-later cff-version: 1.2.0 title: matrix-alertmanager-receiver message: If you use this software, please cite it as below. type: software authors: - family-names: Hoß given-names: Sebastian email: seb@hoß.de url: https://github.com/metio/matrix-alertmanager-receiver license: GPL-3.0-or-later keywords: - alerting - alertmanager - go - make - matrix - monitoring - prometheus
GitHub Events
Total
- Create event: 64
- Issues event: 3
- Release event: 21
- Watch event: 15
- Delete event: 33
- Issue comment event: 16
- Push event: 52
- Pull request event: 73
- Fork event: 4
Last Year
- Create event: 64
- Issues event: 3
- Release event: 21
- Watch event: 15
- Delete event: 33
- Issue comment event: 16
- Push event: 52
- Pull request event: 73
- Fork event: 4
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Sebastian Hoß | s****b@h****e | 30 |
| Timothée Floure | t****e@p****t | 20 |
| dependabot[bot] | 4****] | 9 |
| Aaron Fischer | m****l@a****t | 2 |
| Roman Hros | r****s@d****d | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 3
- Total pull requests: 77
- Average time to close issues: 2 days
- Average time to close pull requests: about 14 hours
- Total issue authors: 3
- Total pull request authors: 6
- Average comments per issue: 2.0
- Average comments per pull request: 0.19
- Merged pull requests: 70
- Bot issues: 0
- Bot pull requests: 62
Past Year
- Issues: 3
- Pull requests: 41
- Average time to close issues: 2 days
- Average time to close pull requests: 1 day
- Issue authors: 3
- Pull request authors: 4
- Average comments per issue: 2.0
- Average comments per pull request: 0.15
- Merged pull requests: 34
- Bot issues: 0
- Bot pull requests: 34
Top Authors
Issue Authors
- crocchietta (1)
- liberodark (1)
- AkbarTheGreat (1)
Pull Request Authors
- dependabot[bot] (91)
- sebhoss (11)
- chess-knight (4)
- metskem (2)
- AkbarTheGreat (2)
- SF2311 (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (92)
go (18)
github_actions (8)
enhancement (6)
bug (2)
Dependencies
.github/workflows/codeql-analysis.yml
actions
- actions/checkout v4 composite
- github/codeql-action/analyze v2 composite
- github/codeql-action/autobuild v2 composite
- github/codeql-action/init v2 composite
.github/workflows/dependabot-automerge.yml
actions
.github/workflows/release.yml
actions
- EndBug/latest-tag latest composite
- actions/checkout v4 composite
- actions/setup-go v4 composite
- crazy-max/ghaction-import-gpg v5 composite
- dawidd6/action-send-mail v3 composite
- goreleaser/goreleaser-action v4 composite
- s3krit/matrix-message-action v0.0.3 composite
.github/workflows/reuse.yml
actions
- actions/checkout v4 composite
- fsfe/reuse-action v2 composite
.github/workflows/verify.yml
actions
- actions/checkout v4 composite
- actions/setup-go v4 composite
go.mod
go
- github.com/beorn7/perks v1.0.1
- github.com/cespare/xxhash/v2 v2.2.0
- github.com/davecgh/go-spew v1.1.1
- github.com/golang/protobuf v1.5.3
- github.com/kr/text v0.2.0
- github.com/matrix-org/gomatrix v0.0.0-20220926102614-ceba4d9f7530
- github.com/matttproud/golang_protobuf_extensions v1.0.4
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/prometheus/alertmanager v0.26.0
- github.com/prometheus/client_golang v1.16.0
- github.com/prometheus/client_model v0.4.0
- github.com/prometheus/common v0.44.0
- github.com/prometheus/procfs v0.11.1
- github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c
- github.com/shurcooL/vfsgen v0.0.0-20230704071429-0000e147ea92
- github.com/stretchr/testify v1.8.4
- golang.org/x/sys v0.12.0
- golang.org/x/text v0.13.0
- golang.org/x/tools v0.12.0
- google.golang.org/protobuf v1.31.0
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
- sigs.k8s.io/yaml v1.3.0
go.sum
go
- github.com/beorn7/perks v1.0.1
- github.com/cespare/xxhash/v2 v2.2.0
- github.com/creack/pty v1.1.9
- github.com/davecgh/go-spew v1.1.1
- github.com/golang/protobuf v1.2.0
- github.com/golang/protobuf v1.5.0
- github.com/golang/protobuf v1.5.3
- github.com/google/go-cmp v0.5.5
- github.com/google/go-cmp v0.5.9
- github.com/kr/pretty v0.3.1
- github.com/kr/text v0.2.0
- github.com/matrix-org/gomatrix v0.0.0-20220926102614-ceba4d9f7530
- github.com/matttproud/golang_protobuf_extensions v1.0.4
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/prometheus/alertmanager v0.26.0
- github.com/prometheus/client_golang v1.16.0
- github.com/prometheus/client_model v0.4.0
- github.com/prometheus/common v0.44.0
- github.com/prometheus/procfs v0.11.1
- github.com/rogpeppe/go-internal v1.10.0
- github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c
- github.com/shurcooL/vfsgen v0.0.0-20230704071429-0000e147ea92
- github.com/stretchr/testify v1.8.4
- golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
- golang.org/x/sys v0.12.0
- golang.org/x/text v0.13.0
- golang.org/x/tools v0.12.0
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
- google.golang.org/protobuf v1.26.0-rc.1
- google.golang.org/protobuf v1.26.0
- google.golang.org/protobuf v1.31.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
- sigs.k8s.io/yaml v1.3.0