From 7d4a85d0f39f12ce6401e63a9ec8e0c632d63c73 Mon Sep 17 00:00:00 2001 From: Claudio Kuenzler Date: Fri, 1 Sep 2017 16:49:19 +0200 Subject: [PATCH] Update check_esxi_hardware.py --- check_esxi_hardware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_esxi_hardware.py b/check_esxi_hardware.py index 7cd5b8d..63101ec 100755 --- a/check_esxi_hardware.py +++ b/check_esxi_hardware.py @@ -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")