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:
parent
616d0bd23e
commit
971187b006
@ -50,6 +50,7 @@ codemappings = {
|
||||
'warning': 1,
|
||||
'critical': 2,
|
||||
'failed': 2,
|
||||
'unknown': 2,
|
||||
}
|
||||
|
||||
def main():
|
||||
|
Loading…
Reference in New Issue
Block a user