dnsmasq

package
v0.34.0 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultArguments = Arguments{
	Address:    "localhost:53",
	LeasesFile: "/var/lib/misc/dnsmasq.leases",
}

DefaultArguments holds the default arguments for the prometheus.exporter.dnsmasq component.

Functions

This section is empty.

Types

type Arguments

type Arguments struct {
	// Address is the address of the dnsmasq server to connect to (host:port).
	Address string `river:"address,attr,optional"`

	// LeasesFile is the path to the dnsmasq leases file.
	LeasesFile string `river:"leases_file,attr,optional"`
}

Arguments configures the prometheus.exporter.dnsmasq component.

func (Arguments) Convert

func (a Arguments) Convert() *dnsmasq_exporter.Config

func (*Arguments) UnmarshalRiver

func (a *Arguments) UnmarshalRiver(f func(interface{}) error) error

UnmarshalRiver implements River unmarshalling for Arguments.

Jump to

Keyboard shortcuts

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