BaldMansMojo / check_vmware_esx

chech_vmware_esx Fork of check_vmware_api.pl
GNU General Public License v2.0
124 stars 67 forks source link

Stop failing if system has no hardware sensors #186

Closed GalipoliX closed 2 years ago

GalipoliX commented 3 years ago

Script will fail with "cant call method" if there are no sensors present on the system. Checks if $runtime->healthSystemRuntime->hardwareStatusInfo is defined before trying to read its content. Fixing #21