nagios-plugin-check_raid icon indicating copy to clipboard operation
nagios-plugin-check_raid copied to clipboard

possibility to turn off certain checks for enclosure on 3ware hardware (tw_cli)

Open merlin-tc opened this issue 8 years ago • 2 comments

Since version 4.0.1 there is an enclosure check. The tw_cli version is 10.2.2.1. Sadly on all our used controllers it shows the fans are failed even though there are no fans attached at all.

WARNING: tw_cli:[c0(9750-4i): u0(RAID-1): OK, Cache:RiW, c0(9750-4i): u1(RAID-6): OK, Cache:RiW, c0(9750-4i): u2(RAID-10): OK, Cache:W, c0(9750-4i): u3(SPARE): OK, Drives(19): p10,p11,p12,p13,p14,p15,p16,p17,p18,p19,p20,p21,p22,p23,p24,p25,p26,p8,p9=OK, Enclosure: /c0/e0(fan0=FAIL(0),fan1=FAIL(0),fan2=FAIL(0),temp0=OK(30C),slot0=OK,slot1=OK,slot10=OK,slot11=OK,slot12=OK,slot13=OK,slot14=OK,slot15=OK,slot16=OK,slot17=OK,slot18=OK,slot2=OK,slot3=OK,slot4=OK,slot5=OK,slot6=OK,slot7=OK,slot8=OK,slot9=OK,alm0=OK(State=OFF,Audibility=UNMUTE))]

Output of corresponding tw_cli command:

tw_cli /c0/e0 show

Encl        Status      
-----------------------------
/c0/e0      OK              

                                    ---Speed--- 
Fan         Status          State   Step   RPM     Identify
------------------------------------------------------------
fan0        FAIL            -       0      0       N/A     
fan1        FAIL            -       0      0       N/A     
fan2        FAIL            -       0      0       N/A     

TempSensor    Status         Temperature     Identify 
--------------------------------------------------------
temp0         OK             30C(86F)        N/A             

PowerSupply  Status         State  Voltage        Current        Identify
---------------------------------------------------------------------------
pwrs0        NOT-INSTALLED  -      -              -              N/A     
pwrs1        NOT-INSTALLED  -      -              -              N/A     

Slot      Status          (V)Port       Identify
--------------------------------------------------
slot0     OK              /c0/p8        Off           
slot1     OK              /c0/p9        Off           
slot2     OK              /c0/p10       Off           
slot3     OK              /c0/p11       Off           
slot4     OK              /c0/p12       Off           
slot5     OK              /c0/p13       Off           
slot6     OK              /c0/p14       Off           
slot7     OK              /c0/p15       Off           
slot8     OK              /c0/p16       Off           
slot9     OK              /c0/p17       Off           
slot10    OK              /c0/p18       Off           
slot11    OK              /c0/p19       Off           
slot12    OK              /c0/p20       Off           
slot13    OK              /c0/p21       Off           
slot14    OK              /c0/p22       Off           
slot15    OK              /c0/p23       Off           
slot16    OK              /c0/p24       Off           
slot17    OK              /c0/p25       Off           
slot18    OK              /c0/p26       Off           
slot19    NO-DEVICE       -             Off           
slot20    NO-DEVICE       -             Off           
slot21    NO-DEVICE       -             Off           
slot22    NO-DEVICE       -             Off           
slot23    NO-DEVICE       -             Off           

Alarm     Status          State     Audibility
------------------------------------------------
alm0      OK              OFF       UNMUTE

I opened a ticket with our hardware vendor but I don't have any hopes this will be fixed.

I didn't find a way to disable the enclosure check, if there is please let me know. If not it would be great if there is a possibility to disable it.

merlin-tc avatar Apr 29 '16 08:04 merlin-tc

The vendor said it won't be fixed. I am not sure what the label "ready" means. @glensc Is there a fix I can already test?

merlin-tc avatar Jan 02 '17 13:01 merlin-tc

"ready" label means it's ready to be worked on, i.e issue has necessary information (test data, etc)

it's label for waffle: https://waffle.io/glensc/nagios-plugin-check_raid

glensc avatar Jan 02 '17 18:01 glensc