defaults

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2023 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	APIURL = "https://web-api.svcs-np.circonus.net/configurations/v1"

	PollingInterval = "60s"

	Debug     = false
	LogLevel  = "info"
	LogPretty = false

	UseMachineID = true
)

Variables

View Source
var (
	// BasePath is the "base" directory
	//
	// expected installation structure:
	// base        (e.g. /opt/circonus/cma)
	//   /etc      (e.g. /opt/circonus/cma/etc)
	//      /.id   (e.g. /opt/circonus/cma/etc/.id)
	//   /sbin     (e.g. /opt/circonus/cma/sbin)
	BasePath = ""

	// EtcPath returns the default etc directory within base directory.
	EtcPath = ""

	// ConfigFile defines the default configuration file name.
	ConfigFile = ""

	// Collector inventory file.
	InventoryFile = ""

	// IDPath is where ID credentials are stored.
	IDPath           = ""
	JwtTokenFile     = ""
	ManagerIDFile    = ""
	RefreshTokenFile = ""
	MachineIDFile    = ""

	AWSEC2Tags = []string{}
	Tags       = []string{}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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