mirror of
https://github.com/Napsty/check_esxi_hardware.git
synced 2024-11-21 09:53:48 +01:00
Debugging --no-lcd
This commit is contained in:
parent
cec24c19bd
commit
ff33e0a7b8
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user