X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fans;h=9125c736c732c1b4e32e8522dd25e46418dbe4f4;hb=8d9a8db355650c0a620e7156f3c7b6a78943a712;hp=d25d5574d7dd906622219b51c16391f8133d41f5;hpb=67acb51894108f7c095cefd1f4603b8468f5a8aa;p=dell-switch diff --git a/fans b/fans index d25d557..9125c73 100755 --- 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)'