2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-16 18:49:04 +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 c649ae5fec
commit 5be08ddb1d

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):