Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Report ¶
func Report(params ReporterParams, config *Config) []string
Types ¶
type ClusterStateTable ¶
type ClusterStateTable struct {
// contains filtered or unexported fields
}
func NewClusterStateTable ¶
func NewClusterStateTable(writer io.Writer) *ClusterStateTable
func (*ClusterStateTable) Add ¶
func (t *ClusterStateTable) Add(host string, name string, uuid string, galeraStatus *database.GaleraStatus)
func (*ClusterStateTable) Render ¶
func (t *ClusterStateTable) Render()
type DiskInfoTable ¶
type DiskInfoTable struct {
// contains filtered or unexported fields
}
func NewDiskInfoTable ¶
func NewDiskInfoTable(writer io.Writer) *DiskInfoTable
func (*DiskInfoTable) Add ¶
func (t *DiskInfoTable) Add(host string, name string, uuid string, info *diagagentclient.InfoResponse)
func (*DiskInfoTable) Render ¶
func (t *DiskInfoTable) Render()
type ReporterParams ¶
Click to show internal directories.
Click to hide internal directories.