webhook

package
v0.0.0-...-9f34937 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

type Message struct {
	*template.Data

	// The protocol version.
	Version         string `json:"version"`
	GroupKey        string `json:"groupKey"`
	TruncatedAlerts uint64 `json:"truncatedAlerts"`
}

Message is the data structure of the webhook message. It is passed to the webhook server.

type Notifier

type Notifier struct {
	// contains filtered or unexported fields
}

Notifier email notifier

tmpl include all of receiver's template.

func New

New returns a new Webhook.

func (*Notifier) CustomConfig

func (n *Notifier) CustomConfig(ctx context.Context) (*profile.WebhookConfig, error)

CustomConfig returns a custom config for the notifier.

func (*Notifier) Notify

func (n *Notifier) Notify(ctx context.Context, alerts ...*alert.Alert) (bool, error)

Notify implements the Notifier interface.

func (*Notifier) SendResolved

func (n *Notifier) SendResolved() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL