summaryrefslogtreecommitdiff
path: root/mdstat
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-08-10 11:19:38 +0100
committerPatrick Simianer <p@simianer.de>2014-08-10 11:19:38 +0100
commit5869505d64c04c536bdcd71a197ade918c36bf1c (patch)
tree6af5232a9f2e058f15230a370a960f89871a2b74 /mdstat
init
Diffstat (limited to 'mdstat')
-rwxr-xr-xmdstat7
1 files changed, 7 insertions, 0 deletions
diff --git a/mdstat b/mdstat
new file mode 100755
index 0000000..3e4eaf1
--- /dev/null
+++ b/mdstat
@@ -0,0 +1,7 @@
+#!/bin/zsh
+
+
+S=$(awk '/^md/ {printf "%s: ", $1}; /blocks/ {print $NF}' </proc/mdstat)
+STATUS=$(echo $S | cut -d" " -f2)
+if [[ $STATUS != "[UUUU]" ]]; then logger "[mdstat warning] $S"; fi
+