sensu

package
v1.3.3 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2017 License: MIT Imports: 11 Imported by: 0

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" override:"enabled"`
	// The Sensu client host:port address.
	Addr string `toml:"addr" override:"addr"`
	// The JIT sensu source name of the alert.
	Source string `toml:"source" override:"source"`
	// The sensu handler to use
	Handlers []string `toml:"handlers" override:"handlers"`
}

func NewConfig

func NewConfig() Config

func (Config) Validate

func (c Config) Validate() error

type HandlerConfig added in v1.3.0

type HandlerConfig struct {
	// Sensu source for which to post messages.
	// If empty uses the source from the configuration.
	Source string `mapstructure:"source"`

	// Sensu handler list
	// If empty uses the handler list from the configuration
	Handlers []string `mapstructure:"handlers"`
}

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, source, output string, handlers []string, level alert.Level) error

func (*Service) Close

func (s *Service) Close() error

func (*Service) Handler added in v1.2.0

func (s *Service) Handler(c HandlerConfig, l *log.Logger) (alert.Handler, error)

func (*Service) Open

func (s *Service) Open() error

func (*Service) Test added in v1.1.0

func (s *Service) Test(options interface{}) error

func (*Service) TestOptions added in v1.1.0

func (s *Service) TestOptions() interface{}

func (*Service) Update added in v1.1.0

func (s *Service) Update(newConfig []interface{}) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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