Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateConfigFile ¶
Types ¶
type BlackboxRunner ¶
type BlackboxRunner struct {
// contains filtered or unexported fields
}
func NewBlackboxRunner ¶
func NewBlackboxRunner(blackboxPath string) *BlackboxRunner
func (*BlackboxRunner) StartWithConfig ¶
func (runner *BlackboxRunner) StartWithConfig(config blackbox.Config, tailerCount int)
func (*BlackboxRunner) Stop ¶
func (runner *BlackboxRunner) Stop()
type SyslogServer ¶
type SyslogServer struct { Addr string // contains filtered or unexported fields }
func NewSyslogServer ¶
func NewSyslogServer(inbox *Inbox) *SyslogServer
func (*SyslogServer) Start ¶
func (s *SyslogServer) Start()
func (*SyslogServer) Stop ¶
func (s *SyslogServer) Stop()
type TLSSyslogServer ¶
type TLSSyslogServer struct { Addr string Buffer *gbytes.Buffer // contains filtered or unexported fields }
func (*TLSSyslogServer) Run ¶
func (s *TLSSyslogServer) Run() error
func (*TLSSyslogServer) Stop ¶
func (s *TLSSyslogServer) Stop()
Click to show internal directories.
Click to hide internal directories.