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 !!!
Click to show internal directories.
Click to hide internal directories.