2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-03-09 21:56:50 +00:00

Fix missing sub-health info on CNOS health

This commit is contained in:
Jarrod Johnson 2019-03-08 13:38:15 -05:00
parent 269acf9943
commit 16abf7cb64

View File

@ -34,6 +34,7 @@ class SwitchSensor(object):
self.name = name
self.value = value
self.states = states
self.health = health
def cnos_login(node, configmanager, creds):