Documentation
¶
Index ¶
- type Config
- type Data
- type HandlerConfig
- type Service
- 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) Trap(trapOid string, dataList []Data) error
- func (s *Service) Update(newConfig []interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Whether Snmptrap is enabled.
Enabled bool `toml:"enabled" override:"enabled"`
// The host:port address of the SNMP trap server
Addr string `toml:"addr" override:"addr"`
// SNMP Community
Community string `toml:"community" override:"community,redact"`
// Retries count for traps
Retries int `toml:"retries" override:"retries"`
}
type HandlerConfig ¶
Click to show internal directories.
Click to hide internal directories.