nagios-charmers team mailing list archive
-
nagios-charmers team
-
Mailing list archive
-
Message #00318
[Merge] ~xavpaice/hw-health-charm:lp1819733 into hw-health-charm:master
Xav Paice has proposed merging ~xavpaice/hw-health-charm:lp1819733 into hw-health-charm:master.
Requested reviews:
Nagios Charm developers (nagios-charmers)
For more details, see:
https://code.launchpad.net/~xavpaice/hw-health-charm/+git/hw-health-charm/+merge/364345
--
Your team Nagios Charm developers is requested to review the proposed merge of ~xavpaice/hw-health-charm:lp1819733 into hw-health-charm:master.
diff --git a/.gitignore b/.gitignore
index 8f6789a..3fbd340 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,5 @@ __pycache__/
# version data
src/repo-info
+
+tools.zip
diff --git a/src/lib/utils/hwdiscovery.py b/src/lib/utils/hwdiscovery.py
index c144fa4..480fea2 100644
--- a/src/lib/utils/hwdiscovery.py
+++ b/src/lib/utils/hwdiscovery.py
@@ -39,8 +39,6 @@ def get_tools():
tools.add('hpe') # ['hponcfg', 'ilorest']
elif hw_vendor == 'HP':
tools.add('hp') # ['hponcfg', 'hp-health', 'hpssacli']
- elif hw_vendor == 'Supermicro':
- tools.add('sas3ircu')
# SW RAID?
if _supports_mdadm():
Follow ups