Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { config.MonitorConfig `yaml:",inline" acceptsEndpoints:"false"` // Keystone authentication URL/endpoint for the OpenStack cloud AuthURL string `yaml:"authURL" validate:"required"` // Username to authenticate with keystone identity Username string `yaml:"username" validate:"required"` // Password to authenticate with keystone identity Password string `yaml:"password" validate:"required"` // Specify the name of Project to be monitored (**default**:"demo") ProjectName string `yaml:"projectName"` // The project domain (**default**:"default") ProjectDomainID string `yaml:"projectDomainID"` // The user domain id (**default**:"default") UserDomainID string `yaml:"userDomainID"` // contains filtered or unexported fields }
Config is the monitor-specific config with the generic config embedded
func (*Config) PythonConfig ¶
PythonConfig returns the embedded python.Config struct from the interface
Click to show internal directories.
Click to hide internal directories.