From 971187b006ddaf28ae206fabdef3350effc049bf Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 28 Aug 2020 10:21:02 -0400 Subject: [PATCH] Handle 'unknown' health Sometimes health may be 'unknown' and warrants more investigation. --- confluent_client/bin/nodehealth | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_client/bin/nodehealth b/confluent_client/bin/nodehealth index 2dc844da..2cba8b92 100755 --- a/confluent_client/bin/nodehealth +++ b/confluent_client/bin/nodehealth @@ -50,6 +50,7 @@ codemappings = { 'warning': 1, 'critical': 2, 'failed': 2, + 'unknown': 2, } def main():