apache

package
v4.2.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	config.MonitorConfig `yaml:",inline" acceptsEndpoints:"true"`

	// The hostname of the Apache server
	Host string `yaml:"host" validate:"required"`
	// The port number of the Apache server
	Port uint16 `yaml:"port" validate:"required"`
	// This will be sent as the `plugin_instance` dimension and can be any name
	// you like.
	Name string `yaml:"name"`

	// The URL, either a final URL or a Go template that will be populated with
	// the host and port values.
	URL      string `yaml:"url" default:"http://{{.Host}}:{{.Port}}/mod_status?auto"`
	Username string `yaml:"username"`
	Password string `yaml:"password" neverLog:"true"`
}

Config is the monitor-specific config with the generic config embedded

type Monitor

type Monitor struct {
	collectd.MonitorCore
}

Monitor is the main type that represents the monitor

func (*Monitor) Configure

func (am *Monitor) Configure(conf *Config) error

Configure configures and runs the plugin in collectd

Jump to

Keyboard shortcuts

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