We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970b265 commit 7d54d4cCopy full SHA for 7d54d4c
1 file changed
checkvsphere/vcmd/clusterhealth.py
@@ -92,7 +92,7 @@ def run():
92
93
# if yellow is faulty, red is definitly faulty as well
94
if 'overallStatusYellow' in args.faulty:
95
- args.faulty.append(['overallStatusRed'])
+ args.faulty.append('overallStatusRed')
96
97
si = service_instance.connect(args)
98
check = Check()
0 commit comments