sensu

package
v0.13.0-rc1 Latest Latest
Warning

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

Go to latest
Published: May 5, 2016 License: MIT Imports: 8 Imported by: 72

Documentation

Index

Constants

View Source
const DefaultSource = "Kapacitor"

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// Whether Sensu integration is enabled.
	Enabled bool `toml:"enabled"`
	// The Sensu client host:port address.
	Addr string `toml:"addr"`
	// The JIT sensu source name of the alert.
	Source string `toml:"source"`
}

func NewConfig

func NewConfig() Config

func (Config) Validate

func (c Config) Validate() error

type Service

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

func NewService

func NewService(c Config, l *log.Logger) *Service

func (*Service) Alert

func (s *Service) Alert(name, output string, level kapacitor.AlertLevel) error

func (*Service) Close

func (s *Service) Close() error

func (*Service) Open

func (s *Service) Open() error

Jump to

Keyboard shortcuts

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