1
0
mirror of https://github.com/Napsty/check_esxi_hardware.git synced 2024-10-22 12:13:46 +02:00

Debugging --no-lcd

This commit is contained in:
Claudio Kuenzler 2017-09-01 07:05:54 +02:00 committed by GitHub
parent cec24c19bd
commit ff33e0a7b8

View File

@ -793,7 +793,8 @@ for classe in ClassesToCheck :
verboseoutput(" CurrentClockSpeed = %dMHz" % instance['CurrentClockSpeed'])
# Append lcd related elements to ignore list if --no-lcd was used
if get_lcd:
verboseoutput("LCD Status: %s" % get_lcd)
if get_lcd == "True":
ignore_list.append("System Board 1 LCD Cable Pres 0: Connected")
ignore_list.append("System Board 1 VGA Cable Pres 0: Connected")
ignore_list.append("Front Panel Board 1 FP LCD Cable 0: Connected")