Documentation ¶
Index ¶
- Constants
- type Config
- type HandlerConfig
- type Service
- func (s *Service) Alert(name, source, output string, handlers []string, level alert.Level) error
- func (s *Service) Close() error
- func (s *Service) Handler(c HandlerConfig, l *log.Logger) (alert.Handler, error)
- func (s *Service) Open() error
- func (s *Service) Test(options interface{}) error
- func (s *Service) TestOptions() interface{}
- func (s *Service) Update(newConfig []interface{}) error
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"` }
type HandlerConfig ¶ added in v1.3.0
Click to show internal directories.
Click to hide internal directories.