-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hello! This script is awesome, we use it everywhere for many LSI/Broadcom controllers.
There is one controller we recently started using that seems to confuse the script though, the Broadcom 9540-8i. This controller supports only RAID 0, 00, 1, 10 and does not have a BBU (by design). It also has no cache and so is in WriteThrough mode all the time. Which is expected given what it does. We have two NVMe drives in a RAID 1 on our card.
The script complains about no BBU, which we fixed with "-b 2", and no WriteBack cache was fixed with "--nowritebackok 1", but we are also seeing a warning on consistency:
# /usr/lib64/nagios/plugins/check_lsi_raid -b 2 --nowritebackok 1
Warning (LD Warn) [c0/v0_Consist = Warning]|ROC_Temperature=36;85;95 c0/e69/s0_Drive_Temperature=21;40;45 c0/e69/s1_Drive_Temperature=20;40;45
Is there a way to ignore consistency warnings? I couldn't seem to find any in the docs.
Thanks again for the awesome tool!
Metadata
Metadata
Assignees
Labels
No labels