From 5be08ddb1d940bd131c89bb1955f30ad99dfc035 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 8 Mar 2019 13:38:15 -0500 Subject: [PATCH] Fix missing sub-health info on CNOS health --- confluent_server/confluent/plugins/hardwaremanagement/cnos.py | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_server/confluent/plugins/hardwaremanagement/cnos.py b/confluent_server/confluent/plugins/hardwaremanagement/cnos.py index 3297be05..64bc9948 100644 --- a/confluent_server/confluent/plugins/hardwaremanagement/cnos.py +++ b/confluent_server/confluent/plugins/hardwaremanagement/cnos.py @@ -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):