pagerduty

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2016 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultPagerDutyAPIURL = "https://events.pagerduty.com/generic/2010-04-15/create_event.json"

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// Whether PagerDuty integration is enabled.
	Enabled bool `toml:"enabled"`
	// The PagerDuty API URL, should not need to be changed.
	URL string `toml:"url"`
	// The PagerDuty service key.
	ServiceKey string `toml:"service-key"`
	// Whether every alert should automatically go to PagerDuty
	Global bool `toml:"global"`
}

func NewConfig

func NewConfig() Config

type Service

type Service struct {
	HTTPDService interface {
		URL() string
	}
	// contains filtered or unexported fields
}

func NewService

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

func (*Service) Alert

func (s *Service) Alert(incidentKey, desc string, level kapacitor.AlertLevel, details interface{}) error

func (*Service) Close

func (s *Service) Close() error

func (*Service) Global

func (s *Service) Global() bool

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