document solution
[dell-switch] / fans
diff --git a/fans b/fans
index d25d557..9125c73 100755 (executable)
--- a/fans
+++ b/fans
@@ -2,5 +2,5 @@ echo "All fans breakdown by status:"
 grep Fan log/*system* | cut -d: -f3 | sort | uniq -c
 echo
 echo "Failing fans:"
-grep -B 5 'NOT' log/*system* | egrep '(NOT|Type)'
+grep -B 15 'NOT' log/*system* | egrep '(NOT|Description|Type)'