← Back to team overview

nagios-charmers team mailing list archive

[Merge] ~aluria/hw-health-charm/+git/hw-health-charm:update-readme into hw-health-charm:master

 

Alvaro Uria has proposed merging ~aluria/hw-health-charm/+git/hw-health-charm:update-readme into hw-health-charm:master.

Requested reviews:
  Nagios Charm developers (nagios-charmers)

For more details, see:
https://code.launchpad.net/~aluria/hw-health-charm/+git/hw-health-charm/+merge/365272
-- 
Your team Nagios Charm developers is requested to review the proposed merge of ~aluria/hw-health-charm/+git/hw-health-charm:update-readme into hw-health-charm:master.
diff --git a/src/README.md b/src/README.md
index 221944e..255f0e3 100644
--- a/src/README.md
+++ b/src/README.md
@@ -1,21 +1,23 @@
 # Overview
 
-This charm installs various harware system monitoring tools and configures
+This charm installs various hardware system monitoring tools and configures
 Nagios NRPE checks. It will only work for bare-metal installations on specific
 hardware.
 
 Currently supported hardware is:
 
- * Dell: LSI Logic MegaRAID SAS (Broadcom MegaCLI utility)
+ * Dell: LSI Logic MegaRAID SAS-3 3108 [Invader] (Broadcom MegaCLI utility)
  * Supermicro: LSI SAS3008 RAID card with sas3ircu (Broadcoam's SAS3IRCU_P16)
-   mp3sas linux driver
  * Huawei: LSI SAS2308 RAID card with sas2ircu (Huawei FusionServer Tools
    InfoCollect)
+ * SSD cards: Intel's  PCIe Data Center SSD, Samsung's NVMe controllers for
+   SM961/PM961 and 172Xa/172Xb.
 
 Hardware-independent tools:
 
  * Linux software RAID (mdadm)
- * IPMI as implemented by freeipmi
+ * IPMI as implemented by freeipmi (enable_ipmi config option is enabled by
+   default)
 
 In the backlog, hp-health logic still needs to be backported to support
 Hewlett-Packard equipment (HP Smart Array Controllers and MSA Controllers with
@@ -28,7 +30,6 @@ Furthermore, other hardware in the roadmap is:
 
 # Usage
 
-
 ```
 juju deploy ubuntu
 juju deploy hw-health
diff --git a/src/metadata.yaml b/src/metadata.yaml
index 8d9b973..db91438 100644
--- a/src/metadata.yaml
+++ b/src/metadata.yaml
@@ -4,17 +4,21 @@ maintainer: Nagios Charm Developers <nagios-charmers@xxxxxxxxxxxxxxxxxxx>
 description: |
   This addon installs hardware monitoring tools and configures Nagios checks
   for the system hardware and storage monitoring.
-  .
+
   Vendors supported:
     Dell (MegaRAID)
     Supermicro (LSI SAS)
     Huawei (LSI SAS)
-  .
+    NVMe cards from Intel and Samsung (see README)
+
   Tools supported:
+    freeipmi tools (ie. ipmimonitoring, ipmi-sel, etc.)
     megacli
     mdadm
+    nvme
     sas2ircu
     sas3ircu
+
 tags:
 - monitoring
 - hardware

Follow ups