Select Supported Platforms

Select Supported Architectures

Select Tier

Github Name


Lavaburn/sensu-squadcast-webhook-handler

v0.1.0 · public · Published over 2 years ago

README
Asset Definition
Release Notes
Release Assets

Sensu Bonsai Asset
Go Test
goreleaser

Sensu Squadcast Webhook Handler

The Sensu Go Squadcast Webhook handler is a Sensu Event Handler that sends event data to
a Squadcast endpoint using the Incident Webhook. Refer Squadcast documentation for more details.

Reason for using the Incident Webhook URL and not the build-in Sensu Go URL is to avoid the pre-defined indident description.
This handler allows you to specify a template file (which allows Markdown) instead.

Configuration

Asset registration

Run the following command to add the asset sensu-squadcast-webhook-handler.

sensuctl asset add Lavaburn/sensu-squadcast-webhook-handler

Handler definition

Example Sensu Go handler definition:

squadcast-webhook-handler.yaml

type: Handler
api_version: core/v2
metadata:
  name: squadcast-webhook
  namespace: default
spec:
  command: sensu-squadcast-webhook-handler
  env_vars:
  - SENSU_SQUADCAST_APIURL=<Squadcast Alert Source Url>
  runtime_assets:
  - Lavaburn/sensu-squadcast-webhook-handler
  filters:
  - is_incident
  timeout: 10
  type: pipe

Run the following to create the handler:

sensuctl create -f squadcast-webhook-handler.yaml

Example Sensu Go check definition:

api_version: core/v2
type: CheckConfig
metadata:
  namespace: default
  name: health-check
spec:
  command: check-http -u http://localhost:8080/health
  subscriptions:
  - test
  publish: true
  interval: 10
  handlers:
  - squadcast-webhook

Usage examples

Help:

The Sensu Go Squadcast Webhook handler sends Sensu events to Squadcast


Usage:
  sensu-squadcast-webhook-handler [flags]


Flags:
  -h, --help                help for sensu-squadcast-webhook-handler
  -a, --api-url string      The URL for the Squadcast API (Incident Webhook)
  -m, --message string      The template to use for the message (and de-duplication) (default "{{.Entity.Name}}/{{.Check.Name}}")
  -d, --description string  The template to use for the description (default "{{.Check.Output}}")
  -t, --template string   	The template file to use for the description (Overwrites -d argument)

Are you sure you want to report this asset?

Please describe the reason for reporting this asset. Our moderators will be notified and will disable the asset if it is found to be inappropriate.

×

You must be signed in to report this asset.

Sign In with Github

Download

×

Either download the source code:

Download Source

Or download the asset definition: