diff options
author | Patrick Simianer <p@simianer.de> | 2016-04-16 16:34:33 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-04-16 16:34:33 +0200 |
commit | 95b3e4bb744932ce4eac14bb350cc0455d15848a (patch) | |
tree | c96093d9667c87264a8820d876041fe96b068f57 /monitor_soft_raid | |
parent | fca926851e1d56eeb0044727fe976252d646f48d (diff) |
mv
Diffstat (limited to 'monitor_soft_raid')
-rwxr-xr-x | monitor_soft_raid | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/monitor_soft_raid b/monitor_soft_raid deleted file mode 100755 index 1dc7da4..0000000 --- a/monitor_soft_raid +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/zsh - -T="[$(printf 'U%.0s' {1..$1})]" -S=$(awk '/^md/ {printf "%s: ", $1}; /blocks/ {print $NF}' </proc/mdstat) -STATUS=$(echo $S | cut -d" " -f2) -if [[ $STATUS != $T ]]; then logger "[mdstat warning] $S"; fi - |