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.
Click to show internal directories.
Click to hide internal directories.