Versions in this module Expand all Collapse all v1 v1.0.4 Jan 5, 2026 v1.0.3 Jul 4, 2025 Changes in this version + const HighCritical + const HighWarning + const LowCritical + const LowWarning + const NoStatus + const Normal + const SecurityProbeType + const SensorError + const SensorProbePlusType + const SensorProbeType + func GetIDsFromHumidityTable(params *gosnmp.GoSNMP, deviceType int) (sensors []string, err error) + func GetIDsFromTemperatureTable(params *gosnmp.GoSNMP, deviceType int) (sensors []string, err error) + func GetSensorTypeInt(typeString string, deviceType int) (uint32, error) + func GetSensorsIDsFromTable(params *gosnmp.GoSNMP, tableOID string) (sensors []string, err error) + func QuerySensorList(params *gosnmp.GoSNMP, deviceType int) (sensors []string, err error) + func ValueIEEE754ToFloat64(pdu gosnmp.SnmpPDU) (float64, error) + func ValueToString(pdu gosnmp.SnmpPDU) string + func ValueToUint64(pdu gosnmp.SnmpPDU) (uint64, error) + type MayThreshold struct + Present bool + Val check.Threshold + type SensorDetails struct + Acknowledged bool + Critical MayThreshold + Description string + Name string + SensorType uint64 + Status snsrStts + Unit string + Value float64 + Warning MayThreshold + func QueryHumidityTable(snmp *gosnmp.GoSNMP, deviceType int) ([]SensorDetails, error) + func QuerySensorDetails(params *gosnmp.GoSNMP, sensorIndex string, deviceType int) (SensorDetails, error) + func QueryTemperatureTable(snmp *gosnmp.GoSNMP, deviceType int) ([]SensorDetails, error) + type SensorType uint64