Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigSettings ¶
type ConfigSettings struct {
Input NginxConfig
}
type NginxConfig ¶
type NginxConfig struct { // URLs to Nginx status page. // Defaults to []string{"http://127.0.0.1/status#stub"}. URLs []string // Period defines how often to read status in seconds. // Defaults to 1 second. Period *int64 }
type Nginxbeat ¶
type Nginxbeat struct { // NbConfig holds configurations of Nginxbeat parsed by libbeat. NbConfig ConfigSettings // contains filtered or unexported fields }
Nginxbeat implements Beater interface and sends Nginx status using libbeat.
Click to show internal directories.
Click to hide internal directories.