package
0.3.0
Repository: https://github.com/ccin2p3/go-collectd.git
Documentation: pkg.go.dev

# Functions

Hostname determines the hostname to use from the "COLLECTD_HOSTNAME" environment variable and falls back to os.Hostname() if it is unset.
Interval determines the default interval from the "COLLECTD_INTERVAL" environment variable.
NewExecutor returns a pointer to a new Executor object.

# Variables

Putval is the dispatcher used by the exec package to print ValueLists.

# Structs

Executor holds one or more callbacks which are called periodically.