RAID controller monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
vy3734
Posts: 109
Joined: Tue Sep 29, 2015 4:48 pm

Re: RAID controller monitoring

Post by vy3734 »

Prereqs:
1. (root) NOPASSWD: /opt/MegaRAID/storcli/storcli64 * entry for nagios user sudoer file
2. Perl dependency for module perl-File-Which
^ these would be the only two requirements for executing this plugin correct?

Do i have to pass any threshold values to the condition? when would it decide if something is wrong with the raid device?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: RAID controller monitoring

Post by scottwilkerson »

vy3734 wrote:Prereqs:
1. (root) NOPASSWD: /opt/MegaRAID/storcli/storcli64 * entry for nagios user sudoer file
2. Perl dependency for module perl-File-Which
^ these would be the only two requirements for executing this plugin correct?
looks like it
vy3734 wrote:Do i have to pass any threshold values to the condition? when would it decide if something is wrong with the raid device?
The available options can be found by running the help for the plugin.

Code: Select all

./check_lsi_raid -h
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
bomahony
Posts: 133
Joined: Wed Jul 04, 2018 10:46 am

Re: RAID controller monitoring

Post by bomahony »

FYI here is a warning output with Media errors on one of my disks, if it helps:

Code: Select all

sudo /usr/lib64/nagios/plugins/check_lsi_raid
Warning (PD Warn) [c0/e20/s9_Media_error_count = Warning]|CV_Temperature=26;70;85 ROC_Temperature=46;85;95 c0/e20/s10_Drive_Temperature=23;40;45 c0/e20/s11_Drive_Temperature=23;40;45 c0/e20/s12_Drive_Temperature=23;40;45 c0/e20/s13_Drive_Temperature=23;40;45 c0/e20/s14_Drive_Temperature=23;40;45 c0/e20/s15_Drive_Temperature=24;40;45 c0/e20/s16_Drive_Temperature=24;40;45 c0/e20/s17_Drive_Temperature=24;40;45 c0/e20/s18_Drive_Temperature=24;40;45 c0/e20/s19_Drive_Temperature=24;40;45 c0/e20/s1_Drive_Temperature=23;40;45 c0/e20/s20_Drive_Temperature=24;40;45 c0/e20/s21_Drive_Temperature=24;40;45 c0/e20/s22_Drive_Temperature=24;40;45 c0/e20/s23_Drive_Temperature=24;40;45 c0/e20/s24_Drive_Temperature=24;40;45 c0/e20/s25_Drive_Temperature=24;40;45 c0/e20/s26_Drive_Temperature=24;40;45 c0/e20/s27_Drive_Temperature=24;40;45 c0/e20/s28_Drive_Temperature=24;40;45 c0/e20/s29_Drive_Temperature=25;40;45 c0/e20/s2_Drive_Temperature=23;40;45 c0/e20/s30_Drive_Temperature=25;40;45 c0/e20/s31_Drive_Temperature=25;40;45 c0/e20/s32_Drive_Temperature=25;40;45 c0/e20/s33_Drive_Temperature=25;40;45 c0/e20/s34_Drive_Temperature=25;40;45 c0/e20/s35_Drive_Temperature=25;40;45 c0/e20/s36_Drive_Temperature=25;40;45 c0/e20/s37_Drive_Temperature=25;40;45 c0/e20/s38_Drive_Temperature=24;40;45 c0/e20/s39_Drive_Temperature=25;40;45 c0/e20/s3_Drive_Temperature=23;40;45 c0/e20/s40_Drive_Temperature=25;40;45 c0/e20/s41_Drive_Temperature=25;40;45 c0/e20/s42_Drive_Temperature=25;40;45 c0/e20/s43_Drive_Temperature=25;40;45 c0/e20/s44_Drive_Temperature=26;40;45 c0/e20/s45_Drive_Temperature=26;40;45 c0/e20/s46_Drive_Temperature=26;40;45 c0/e20/s47_Drive_Temperature=26;40;45 c0/e20/s48_Drive_Temperature=26;40;45 c0/e20/s49_Drive_Temperature=25;40;45 c0/e20/s4_Drive_Temperature=23;40;45 c0/e20/s50_Drive_Temperature=26;40;45 c0/e20/s51_Drive_Temperature=23;40;45 c0/e20/s52_Drive_Temperature=23;40;45 c0/e20/s53_Drive_Temperature=23;40;45 c0/e20/s54_Drive_Temperature=23;40;45 c0/e20/s55_Drive_Temperature=23;40;45 c0/e20/s56_Drive_Temperature=23;40;45 c0/e20/s57_Drive_Temperature=28;40;45 c0/e20/s58_Drive_Temperature=28;40;45 c0/e20/s59_Drive_Temperature=29;40;45 c0/e20/s5_Drive_Temperature=23;40;45 c0/e20/s60_Drive_Temperature=28;40;45 c0/e20/s6_Drive_Temperature=24;40;45 c0/e20/s7_Drive_Temperature=23;40;45 c0/e20/s8_Drive_Temperature=23;40;45 c0/e20/s9_Drive_Temperature=23;40;45 c0/e252/s201_Drive_Temperature=29;40;45 c0/e252/s202_Drive_Temperature=29;40;45
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: RAID controller monitoring

Post by scottwilkerson »

Thanks @bomahony
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked