opsgenie

package
v0.13.1 Latest Latest
Warning

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

Go to latest
Published: May 13, 2016 License: MIT Imports: 9 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"`
	// The OpsGenie API key.
	APIKey string `toml:"api-key"`
	// The default Teams, can be overridden per alert.
	Teams []string `toml:"teams"`
	// The default Teams, can be overridden per alert.
	Recipients []string `toml:"recipients"`
	// The OpsGenie API URL, should not need to be changed.
	URL string `toml:"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"`
	// Whether every alert should automatically go to OpsGenie.
	Global bool `toml:"global"`
}

func NewConfig

func NewConfig() Config

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 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