ConfigLayouts

package
v0.0.0-...-a93fc24 Latest Latest
Warning

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

Go to latest
Published: May 24, 2017 License: GPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	TLS struct {
		Enable bool
		Cert   string
		Key    string
		CaCert string
	}
	Backend struct {
		RPCInterface string
	}
	LogServer struct {
		RPCInterface string
	}
	Livestatus struct {
		Enable  bool
		Type    string
		Address string
	}
}

Client file layout

type EventsPerTime

type EventsPerTime struct {
	InfluxDB struct {
		Server   string
		Database string
		Username string
		Password string
	}
}

EventsPerTime file layout

type Mail

type Mail struct {
	Mail struct {
		FromName    string
		FromAddress string
		Server      string
		Username    string
		Password    string
	}
}

Mail file layout

type Server

type Server struct {
	TLS struct {
		Enable    bool
		Cert      string
		Key       string
		CaCert    string
		BlackList []string
	}
	RuleSystem struct {
		Enabled      bool
		ModulePath   string
		Rulefile     string
		Worker       int
		RPCInterface string
	}
	LogServer struct {
		Enabled        bool
		RPCInterface   string
		HTTPInterface  string
		HtpasswdPath   string
		InfluxAddress  string
		InfluxDatabase string
		InfluxUsername string
		InfluxPassword string
		RuleSystem     string
	}
	Proxy struct {
		Enabled      bool
		RPCInterface string
		ModuleFolder string
	}
}

Server file layout

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL