blackbox

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2016 License: Apache-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 Blackbox

type Blackbox struct {

	/*Syslog - Descr: directory with subdirectories containing log files. log lines will be tagged with subdirectory name.
	Default: /var/vcap/sys/log
	*/
	Syslog Syslog `yaml:"syslog,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Destination

type Destination struct {

	/*Address - Descr: address for syslog drain (including port) Default: <nil>
	 */
	Address interface{} `yaml:"address,omitempty"`

	/*Transport - Descr: transport protocol for syslog drain (udp/tcp/tls) Default: tls
	 */
	Transport interface{} `yaml:"transport,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

type Syslog

type Syslog struct {

	/*Destination - Descr: transport protocol for syslog drain (udp/tcp/tls) Default: tls
	 */
	Destination Destination `yaml:"destination,omitempty"`

	/*SourceDir - Descr: directory with subdirectories containing log files. log lines will be tagged with subdirectory name.
	Default: /var/vcap/sys/log
	*/
	SourceDir interface{} `yaml:"source_dir,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

Jump to

Keyboard shortcuts

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