Skip to content

cloudforet-io/plugin-aws-sns-mon-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS SNS Webhook Plugin



Version License: Apache 2.0

Webhook plugin for AWS SNS

SpaceONE's plugin-aws-sns-monitoring-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

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.


Release note

Ver 1.2.3


Enhancement

  • add MetricName and Namespace field in additional_info of cloudwatch (#1)

Bugfix

  • fix title and rule field in event of cloudwatch (#1)

Ver 1.2.2


Enhancement

  • Apply regardless of primitive type about phd events (#50)
  • change to receive paragraph-delimited scription (#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)