Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterInfo ¶
ClusterInfo hold informations about the cluster
type Database ¶
type Database struct { InstanceNumber string Name string UniqueName string Status string Version string Platform string Archivelog string Charset string NCharset string BlockSize string CPUCount string SGATarget string PGATarget string MemoryTarget string SGAMaxSize string SegmentsSize string Used string Allocated string Elapsed string DBTime string Work string ASM bool Dataguard bool Patches []Patch Tablespaces []Tablespace Schemas []Schema Features []Feature Licenses []License ADDMs []Addm SegmentAdvisors []SegmentAdvisor LastPSUs []PSU Backups []Backup }
Database holds information about the database.
type ExtraInfo ¶
type ExtraInfo struct { Databases []Database Filesystems []Filesystem Clusters []ClusterInfo }
ExtraInfo holds information about database, licenses and filesystem.
type Filesystem ¶
type Filesystem struct { Filesystem string FsType string Size string Used string Available string UsedPerc string MountedOn string }
Filesystem holds information about mounted filesystems and used space
type Host ¶
type Host struct { Hostname string Environment string Location string CPUModel string CPUCores int CPUThreads int Socket int Type string Virtual bool Kernel string OS string MemoryTotal int SwapTotal int OracleCluster bool VeritasCluster bool SunCluster bool }
Host contains info about the server
type HostData ¶
type HostData struct { Hostname string Environment string Location string HostType string Version string ServerVersion string Databases string Schemas string Info Host Extra ExtraInfo Archived bool CreatedAt time.Time }
HostData holds the whole information that will be sent to the server.
type Patch ¶
type Patch struct { Database string Version string PatchID string Action string Description string Date string }
Patch holds information about a Oracle patch
type SegmentAdvisor ¶
Click to show internal directories.
Click to hide internal directories.