opsgenie

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: 14 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultOpsGenieAPIURL = "https://api.opsgenie.com/v1/json/alert"
View Source
const DefaultOpsGenieRecoveryURL = "https://api.opsgenie.com/v1/json/alert/note"

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// Whether to enable OpsGenie integration.
	Enabled bool `toml:"enabled" override:"enabled"`
	// The OpsGenie API key.
	APIKey string `toml:"api-key" override:"api-key,redact"`
	// The default Teams, can be overridden per alert.
	Teams []string `toml:"teams" override:"teams"`
	// The default Teams, can be overridden per alert.
	Recipients []string `toml:"recipients" override:"recipients"`
	// The OpsGenie API URL, should not need to be changed.
	URL string `toml:"url" override:"url"`
	// The OpsGenie Recovery URL, you can change this based on which behavior you want a recovery to trigger (Add Notes, Close Alert, etc.)
	RecoveryURL string `toml:"recovery_url" override:"recovery_url"`
	// Whether every alert should automatically go to OpsGenie.
	Global bool `toml:"global" override:"global"`
}

func NewConfig

func NewConfig() Config

func (Config) Validate added in v1.1.0

func (c Config) Validate() error

type HandlerConfig added in v1.2.0

type HandlerConfig struct {
	// OpsGenie Teams.
	TeamsList []string `mapstructure:"teams-list"`

	// OpsGenie Recipients.
	RecipientsList []string `mapstructure:"recipients-list"`
}

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(teams []string, recipients []string, messageType, message, entityID string, t time.Time, details models.Result) error

func (*Service) Close

func (s *Service) Close() error

func (*Service) Global

func (s *Service) Global() bool

func (*Service) Handler added in v1.2.0

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

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