2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-21 17:11:58 +00:00

Handle 'unknown' health

Sometimes health may be 'unknown' and warrants more investigation.
This commit is contained in:
Jarrod Johnson 2020-08-28 10:21:02 -04:00
parent 616d0bd23e
commit 971187b006

View File

@ -50,6 +50,7 @@ codemappings = {
'warning': 1,
'critical': 2,
'failed': 2,
'unknown': 2,
}
def main():