notifier

package
v0.0.0-...-24a3ad3 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2016 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Notifier

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

Handler is responsible for dispatching alert notifications to an alert manager service.

func New

func New(o *Options) *Notifier

New constructs a neww Notifier.

func (*Notifier) ApplyConfig

func (n *Notifier) ApplyConfig(conf *config.Config) bool

ApplyConfig updates the status state as the new config requires. Returns true on success.

func (*Notifier) Collect

func (n *Notifier) Collect(ch chan<- prometheus.Metric)

Collect implements prometheus.Collector.

func (*Notifier) Describe

func (n *Notifier) Describe(ch chan<- *prometheus.Desc)

Describe implements prometheus.Collector.

func (*Notifier) Run

func (n *Notifier) Run()

Run dispatches notifications continuously.

func (*Notifier) Send

func (n *Notifier) Send(alerts ...*model.Alert)

Send queues the given notification requests for processing. Panics if called on a handler that is not running.

func (*Notifier) Stop

func (n *Notifier) Stop()

Stop shuts down the notification handler.

type Options

type Options struct {
	AlertmanagerURL string
	QueueCapacity   int
	Timeout         time.Duration
	ExternalLabels  model.LabelSet
}

HandlerOptions are the configurable parameters of a Handler.

Jump to

Keyboard shortcuts

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