Versions in this module Expand all Collapse all v2 v2.2.1 Sep 25, 2024 Changes in this version + type BootInfoType struct + CurrentBootMode string + PXEInterface string + type CPUType struct + Architecture string + Count int + Flags []string + Frequency string + ModelName string + type ConfigurationType struct + Collectors []string + Managers []HardwareManager + type ExtraDataItem map[string]any + type ExtraDataSection map[string]ExtraDataItem + type ExtraDataType struct + CPU ExtraDataSection + Disk ExtraDataSection + Firmware ExtraDataSection + IPMI ExtraDataSection + Memory ExtraDataSection + Network ExtraDataSection + System ExtraDataSection + type HardwareManager struct + Name string + Version string + type InterfaceType struct + BIOSDevName string + ClientID string + HasCarrier bool + IPV4Address string + IPV6Address string + MACAddress string + Name string + Product string + SpeedMbps int + Vendor string + type InventoryType struct + BmcAddress string + Boot BootInfoType + CPU CPUType + Disks []RootDiskType + Hostname string + Interfaces []InterfaceType + Memory MemoryType + SystemVendor SystemVendorType + type LLDPTLVType struct + Type int + Value string + func (r *LLDPTLVType) UnmarshalJSON(data []byte) error + type MemoryType struct + PhysicalMb int + Total int + type NUMACPU struct + CPU int + NUMANode int + ThreadSiblings []int + type NUMANIC struct + NUMANode int + Name string + type NUMARAM struct + NUMANode int + SizeKB int + type NUMATopology struct + CPUs []NUMACPU + NICs []NUMANIC + RAM []NUMARAM + type ParsedLLDP = map[string]any + type ProcessedInterfaceType struct + PXEEnabled bool + type RootDiskType struct + ByPath string + Hctl string + Model string + Name string + Rotational bool + Serial string + Size int64 + Vendor string + Wwn string + WwnVendorExtension string + WwnWithExtension string + type StandardPluginData struct + AllInterfaces map[string]ProcessedInterfaceType + BootInterface string + Configuration ConfigurationType + Error string + Extra ExtraDataType + MACs []string + NUMATopology NUMATopology + ParsedLLDP map[string]ParsedLLDP + RawLLDP map[string][]LLDPTLVType + RootDisk RootDiskType + ValidInterfaces map[string]ProcessedInterfaceType + type SystemFirmwareType struct + BuildDate string + Vendor string + Version string + type SystemVendorType struct + Firmware SystemFirmwareType + Manufacturer string + ProductName string + SerialNumber string