summaryrefslogtreecommitdiffstats
path: root/collectors/all.h
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2018-12-05 11:46:24 +0200
committerGitHub <noreply@github.com>2018-12-05 11:46:24 +0200
commit522ac6a532003d17db1dfc63621f5fb4c5fa7915 (patch)
treece432f5ee0bea45e65b1a8ce1ad6fe2144e2b6f3 /collectors/all.h
parentbd3cfadec68305282a581cdf4c355e48571150a0 (diff)
Move mdstat python module to proc plugin (#4768)
* Add mdstat health chart * Add disks configuration charts * Add operation data collection * Add operation charts * Fix data types * Add mismatch_cnt charts * Handle raid renaming properly, major cleanup * Add modification time checks for mismatch_cnt files * Disable python module, minor cleanup * Add mdstat section to the proc plugin documentation * Remove modification time checks * Fix update conditions * Move mismatch_cnt config option * Minor documentation fix
Diffstat (limited to 'collectors/all.h')
-rwxr-xr-xcollectors/all.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/collectors/all.h b/collectors/all.h
index 5e226b2a2d..a469c3efe7 100755
--- a/collectors/all.h
+++ b/collectors/all.h
@@ -298,6 +298,15 @@
#define NETDATA_CHART_PRIO_SYNPROXY_CONN_OPEN 8753
#define NETDATA_CHART_PRIO_SYNPROXY_ENTRIES 8754
+// MDSTAT
+
+#define NETDATA_CHART_PRIO_MDSTAT_HEALTH 9000
+#define NETDATA_CHART_PRIO_MDSTAT_DISKS 9001 // 5 charts per raid
+#define NETDATA_CHART_PRIO_MDSTAT_MISMATCH 9002
+#define NETDATA_CHART_PRIO_MDSTAT_OPERATION 9003
+#define NETDATA_CHART_PRIO_MDSTAT_FINISH 9004
+#define NETDATA_CHART_PRIO_MDSTAT_SPEED 9005
+
// CGROUPS
#define NETDATA_CHART_PRIO_CGROUPS_SYSTEMD 19000 // many charts