thomas-krenn / check_ipmi_sensor_v3

Monitoring plugin to check IPMI sensors
https://www.thomas-krenn.com/en/wiki/IPMI_Sensor_Monitoring_Plugin
GNU General Public License v3.0
54 stars 21 forks source link

Use of uninitialized value in string ne at check_ipmi_sensor line 832. #37

Closed jwpit closed 4 years ago

jwpit commented 4 years ago

check_ipmi_sensor_version = "3.12"

Adding
next unless defined $row->{'state'}; in line 832 fixed that error.

gschoenberger commented 4 years ago

Any more information or debug info when this happens?

gschoenberger commented 4 years ago

Closing this due to inactivity, please reopen if problem still occurs.