Good afternoon,
We have a Cisco MDS switch we want to monitor. I am utilizing the Cisco-Entity-Sensor-MIB and trying to create a temperature table for the device.
In the device interface (direct login to the cisco interface) if you show the temp sensors, it shows 5 columns (name, Threshold Max, Theshold Min, Current, Status) and 3 rows.
These columns utilize the entSensorValueEntity table (entPhysicalDescr, entSensorStatus, and entSensorValue) - OID 1.3.6.1.4.1.9.9.91.1.1.1 and the entSensorThresholdEntity table (entSensorThresholdValue) - OID OID 1.3.6.1.4.1.9.9.91.1.2.1.
Row One may have an ROW ID of 21590 and I can get entPhysicalDescr - Label, entSensorValue, and entSensorStatus to show up fine. When it comes to the threshold temps, the Min/Max are in the same bunch of data being pulled. As stated above ID 21590 may be the ID of the first row, but in the threshold the MIN ROW ID gets 21590.1 and MAX gets ROW ID 21590.2. How do I get these to show up in different columns (designate a Min/Max or however it needs done)?
Any help appreciated.