-
Notifications
You must be signed in to change notification settings - Fork 25
Description
I want to use that plugin with the latest version of the perccli64 (Ver 007.1327.0000.0000 July 27, 2020)
But it doesn't work properly. let me show you an example:
root@godaddy.server# [/usr/local/libexec]# /usr/bin/sudo /usr/local/libexec/check_lsi_raid -v -b 1 -PDTw 50 -PDTc 60 -p /opt/MegaRAID/perccli/perccli64 Invalid StorCLI command! (/opt/MegaRAID/perccli/perccli64 adpallinfo a0 -NoLog)
But it was working with the old version of perccli:
root@a2server [~]# /usr/bin/sudo /usr/local/libexec/check_lsi_raid -v -b 1 -PDTw 50 -PDTc 60 -p /opt/MegaRAID/perccli/perccli64 OK (CTR, LD, PD, BBU)|BBU_Temperature=19;50;60 ROC_Temperature=43;85;95 c0/e234/s0_Drive_Temperature=31;50;60 c0/e234/s1_Drive_Temperature=30;50;60 c0/e234/s2_Drive_Temperature=28;50;60 c0/e234/s3_Drive_Temperature=27;50;60 c0/e234/s4_Drive_Temperature=25;50;60 c0/e234/s5_Drive_Temperature=24;50;60
it is something that requires updating the check_lsi_raid or is it possible to use some key that I can use to bypass this issue?