Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/argoproj-labs/argocd-notifications
Notifications for Argo CD
https://github.com/argoproj-labs/argocd-notifications
Last synced: about 1 month ago
JSON representation
Notifications for Argo CD
- Host: GitHub
- URL: https://github.com/argoproj-labs/argocd-notifications
- Owner: argoproj-labs
- License: apache-2.0
- Archived: true
- Created: 2019-12-09T09:22:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T14:23:21.000Z (10 months ago)
- Last Synced: 2024-08-01T16:27:09.311Z (4 months ago)
- Language: Go
- Homepage: https://argocd-notifications.readthedocs.io/
- Size: 3.02 MB
- Stars: 490
- Watchers: 16
- Forks: 143
- Open Issues: 62
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starts - argoproj-labs/argocd-notifications - Notifications for Argo CD (Go)
README
[![codecov](https://codecov.io/gh/argoproj-labs/argocd-notifications/branch/master/graph/badge.svg)](https://codecov.io/gh/argoproj-labs/argocd-notifications)
# Argo CD Notifications is now part of Argo CD
**This project has moved to the main Argo CD repository**
This repository is no longer active. The Argo CD notifications project is now merged with [Argo CD](https://github.com/argoproj/argo-cd) and released along with it.
Further development will happen there.
See [https://argo-cd.readthedocs.io/en/latest/operator-manual/notifications/](https://argo-cd.readthedocs.io/en/latest/operator-manual/notifications/) for more details.# Argo CD Notifications - OLD README
Argo CD Notifications continuously monitors Argo CD applications and provides a flexible way to notify
users about important changes in the applications state. The project includes a bundle of useful
built-in triggers and notification templates, integrates with various notification services such as
☑ Slack, ☑ SMTP, ☑ Opsgenie, ☑ Telegram and anything else using custom webhooks.![demo](./docs/demo.gif)
# Why use Argo CD Notifications?
The Argo CD Notifications is not the only way to monitor Argo CD application. You might leverage Prometheus
metrics and [Grafana Alerts](https://grafana.com/docs/grafana/latest/alerting/rules/) or projects
like [bitnami-labs/kubewatch](https://github.com/bitnami-labs/kubewatch) and
[argo-kube-notifier](https://github.com/argoproj-labs/argo-kube-notifier). The advantage of Argo CD Notifications is that
it is focused on Argo CD use cases and ultimately provides a better user experience.# Old Documentation
Go to the complete [documentation](https://argoproj-labs.github.io/argocd-notifications/) to learn more.