report fan status and failures
[dell-switch] / fans
diff --git a/fans b/fans
new file mode 100755 (executable)
index 0000000..a67a6ac
--- /dev/null
+++ b/fans
@@ -0,0 +1,3 @@
+grep Fan log/*system* | cut -d: -f3 | sort | uniq -c
+grep -B 5 'NOT' log/*system* | egrep '(NOT|Type)'
+