nagios-charmers team mailing list archive
-
nagios-charmers team
-
Mailing list archive
-
Message #00857
[Merge] ~xavpaice/hw-health-charm:lp1855095 into hw-health-charm:master
Xav Paice has proposed merging ~xavpaice/hw-health-charm:lp1855095 into hw-health-charm:master.
Requested reviews:
Nagios Charm developers (nagios-charmers)
Related bugs:
Bug #1855095 in hw-health-charm: "hpsa driver not implemented"
https://bugs.launchpad.net/hw-health-charm/+bug/1855095
For more details, see:
https://code.launchpad.net/~xavpaice/hw-health-charm/+git/hw-health-charm/+merge/379431
--
Your team Nagios Charm developers is requested to review the proposed merge of ~xavpaice/hw-health-charm:lp1855095 into hw-health-charm:master.
diff --git a/src/lib/hwhealth/discovery/supported_vendors.py b/src/lib/hwhealth/discovery/supported_vendors.py
index 3dc9694..8dc588e 100644
--- a/src/lib/hwhealth/discovery/supported_vendors.py
+++ b/src/lib/hwhealth/discovery/supported_vendors.py
@@ -18,9 +18,9 @@ SUPPORTED_VENDORS = {
'NVMe SSD Controller SM961/PM961': tools.Nvme,
'NVMe SSD Controller 172Xa/172Xb': tools.Nvme,
},
- 'Hewlett-Packard Company': {
- 'Smart Array Gen9 Controllers': tools.HP,
- }
+ # 'Hewlett-Packard Company': {
+ # 'Smart Array Gen9 Controllers': tools.HP,
+ # }
}
SUPPORTED_DRIVERS = {
Follow ups