https://github.com/cloudforet-io/plugin-aws-sns-mon-webhook
Webhook plugin for AWS SNS
https://github.com/cloudforet-io/plugin-aws-sns-mon-webhook
monitoring plugin webhook
Last synced: about 1 year ago
JSON representation
Webhook plugin for AWS SNS
- Host: GitHub
- URL: https://github.com/cloudforet-io/plugin-aws-sns-mon-webhook
- Owner: cloudforet-io
- License: apache-2.0
- Created: 2022-09-05T01:12:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T16:37:00.000Z (about 2 years ago)
- Last Synced: 2024-03-21T17:48:16.719Z (about 2 years ago)
- Topics: monitoring, plugin, webhook
- Language: Python
- Homepage:
- Size: 26.9 MB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AWS SNS Webhook Plugin
**Webhook plugin for AWS SNS**
> SpaceONE's [plugin-aws-sns-monitoring-webhook](https://github.com/spaceone-dev/plugin-aws-sns-mon-webhook)
is a tool that can integrate and manage events of various patterns from various AWS alert services.
> SpaceONE already supports various external monitoring ecosystems in the form of plug-ins
> (Prometheus, Grafana, Zabbix, etc), and SNS webhook is one of them, which more reliably supports events of AWS alert services.
Find us also at [Dockerhub](https://hub.docker.com/repository/docker/spaceone/plugin-aws-sns-mon-webhook)
> Latest stable version : 1.2.1
Please contact us if you need any further information. (support@spaceone.dev)
---
## Supported Alert Services
Currently, you can receive the following events using AWS SNS webhook.
* AWS Cloudwatch
* AWS Health
If you need detailed AWS SNS settings to use the sns webhook.
Please refer to the [SpaceONE Documentations](https://spaceone.org/docs/guides/alert_manager/webhook_settings/aws_sns_webhook/).
---
## Release note
### Ver 1.2.3
---
Enhancement
- add MetricName and Namespace field in additional_info of cloudwatch ([#1](https://github.com/cloudforet-io/plugin-aws-sns-mon-webhook/issues/1))
Bugfix
- fix title and rule field in event of cloudwatch ([#1](https://github.com/cloudforet-io/plugin-aws-sns-mon-webhook/issues/1))
### Ver 1.2.2
---
Enhancement
- Apply regardless of primitive type about phd events ([#50](https://github.com/spaceone-dev/plugin-aws-sns-mon-webhook/issues/50))
- change to receive paragraph-delimited scription ([#48](https://github.com/spaceone-dev/plugin-aws-sns-mon-webhook/issues/48))
### Ver 1.2.1
---
Enhancement
- Add provider field and account field (#47)
- Add affected entities in discription (#46)
Test
- Add test code about Event Service (#46)
### Ver 1.2
---
Enhancement
- Apply PersonalHealthDashboard Event (#39, #41)
Refactoring
- Modify affectedEntities type (#44)
- Add account info in discription(#41)
### Ver 1.1
---
Refactoring
- Add remove_code_in_title method (#37)
- Update get_namespace (#35)
- Modify severity_flag (#27)
### Ver 1.0
---
Enhancement
- Update for cloud_metrics for aws cloudwatch type (#29)