# Packages
No description provided by the author
# Functions
DumpConfig prints the running configuration.
LoadConfigFile will attempt to load json|toml|yaml configuration files.
LoadConfigFile will attempt to load json|toml|yaml configuration files.
StatConfig adds the running config to the app stats.
# Constants
KeyAgentMode defines the mode of the agent.
KeyAgentURL defines the url of the local agent.
KeyAPICAFile custom ca for circonus api (e.g.
KeyAPITokenApp circonus api token key application name.
KeyAPITokenKey circonus api token key.
KeyAPIURL custom circonus api url (e.g.
KeyConfigForce forces overwite of existing config on `config init`.
KeyConfigFormat format for 'config show'.
private, not in main config KeyCosiID is a UUID generated for this system - use in registration to uniquely identify the assets (graphs, etc.) created by this registration.
KeyCosiURL for cosi server.
KeyDebug enables debug messages.
KeyHostBrokerID defines the broker to use when creating a check.
KeyHostBrokerType defines the 'type' of broker to use (any|enterprise).
KeyHostGroupID defines the group ID (if this system will be used in a group for statsd metrics, this ID will be used to find/create the group check).
KeyHostTarget defines the target host for the check.
KeyLogLevel logging level (panic, fatal, error, warn, info, debug, disabled).
KeyLogPretty output formatted log lines (for running in foreground).
KeyRegConf defines the registration options configuration file.
KeySystemArch defines the system architecture.
KeySystemDMI defines the dmi (aws thing).
KeySystemOSDistro defines the OS distribution.
KeySystemOSType defines the type of OS.
KeySystemOSVersion defines the OS distribution version.
KeyUIBaseURL base ui url for account.
# Structs
Agent defines the agent settings.
API defines the api settings.
Broker defines the broker and type to use when creating a check.
Checks defines the host specific settings.
Config defines the cosi configuration (created by cosi-install or manually).
Log defines the running config.log structure.
System defines the various system settings.