mirror of
https://github.com/Napsty/check_esxi_hardware.git
synced 2024-11-23 19:03:48 +01:00
Update check_esxi_hardware.py
This commit is contained in:
parent
ff33e0a7b8
commit
7d4a85d0f3
@ -794,7 +794,7 @@ for classe in ClassesToCheck :
|
||||
|
||||
# Append lcd related elements to ignore list if --no-lcd was used
|
||||
verboseoutput("LCD Status: %s" % get_lcd)
|
||||
if get_lcd == "True":
|
||||
if get_lcd == "False":
|
||||
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