summaryrefslogtreecommitdiffstats
path: root/python.d/README.md
diff options
context:
space:
mode:
authorlgz <ilyamaschenko@gmail.com>2018-07-07 12:39:13 +0900
committerlgz <ilyamaschenko@gmail.com>2018-07-07 12:39:13 +0900
commitb828721ebf824258e8f632597308bf4a0d8ce726 (patch)
tree5dca11a3991bc7eb229dbca30000382ed902aace /python.d/README.md
parent1b2d2658ff73d392ad3923514327edd5763b1f73 (diff)
python.d README: move megacli below mdstat
Diffstat (limited to 'python.d/README.md')
-rw-r--r--python.d/README.md54
1 files changed, 27 insertions, 27 deletions
diff --git a/python.d/README.md b/python.d/README.md
index 6a59de8541..3a246cfbd1 100644
--- a/python.d/README.md
+++ b/python.d/README.md
@@ -1114,6 +1114,33 @@ is currently disabled by default, and needs to be explicitly enabled in
---
+# mdstat
+
+Module monitor /proc/mdstat
+
+It produces:
+
+1. **Health** Number of failed disks in every array (aggregate chart).
+
+2. **Disks stats**
+ * total (number of devices array ideally would have)
+ * inuse (number of devices currently are in use)
+
+3. **Current status**
+ * resync in percent
+ * recovery in percent
+ * reshape in percent
+ * check in percent
+
+4. **Operation status** (if resync/recovery/reshape/check is active)
+ * finish in minutes
+ * speed in megabytes/s
+
+### configuration
+No configuration is needed.
+
+---
+
# megacli
Module collects adapter, physical drives and battery stats.
@@ -1143,33 +1170,6 @@ Battery stats disabled by default in the module configuration file.
---
-# mdstat
-
-Module monitor /proc/mdstat
-
-It produces:
-
-1. **Health** Number of failed disks in every array (aggregate chart).
-
-2. **Disks stats**
- * total (number of devices array ideally would have)
- * inuse (number of devices currently are in use)
-
-3. **Current status**
- * resync in percent
- * recovery in percent
- * reshape in percent
- * check in percent
-
-4. **Operation status** (if resync/recovery/reshape/check is active)
- * finish in minutes
- * speed in megabytes/s
-
-### configuration
-No configuration is needed.
-
----
-
# memcached
Memcached monitoring module. Data grabbed from [stats interface](https://github.com/memcached/memcached/wiki/Commands#stats).