Nagios Plugin Check Raid Versions Save

Nagios/Icinga/Sensu plugin to check current server's RAID status ⛺

4.0.10

5 years ago

CHANGES:

  • Sort megacli devices numerically, [#191]
  • Fix hpacucli to respect the cache_fail and bbulearn command options [#193]

4.0.9

5 years ago

CHANGES:

  • mpt-status: Enable checking of multiple mpt controllers, #177
  • add sensu support, #178
  • enable usage of new HP ssacli (replacing hpssacli), #182
  • mdstat: Check if a certain amount of spares are present #185

4.0.8

6 years ago

NOTES:

  • The annoying dm plugin bug present since 4.0.2 is fixed, however it will print messages to stderr, which shouldn't affect nagios itself, only maybe confusing when running script from terminal.

CHANGES:

4.0.7

6 years ago
  • remove duplicate -W parameter #168, @CoolDuke
  • build .deb and .rpm with a release

4.0.6

7 years ago
  • failed md hotspares not detected #164, #165, @bzed

4.0.5

7 years ago
  • hpacucli: skip firmware upgrade noise, #157
  • cciss: import smartctl, #149

4.0.4

7 years ago
  • arcconf: fix subsection parsing #156

4.0.3

7 years ago
  • arcconf: parse Unparsed Physical Device data #86
  • hpssacli: handle Unknown status in HP Raid Controller #145
  • arcconf: fix 2.x parse problems #152
  • arcconf: fix Arcconf 2.00 (NOT PARSED) #128
  • arcconf: fix wrong parsing of logical degrated/critical, 44af5b1
  • hpacucli: add commandline option to specify targets to monitor, #151
  • dmraid: add type=GROUP support, #129
  • hpacucli: verify only that slot name starts with digit. #139
  • hpacucli: rewritten how data is parsed, 5762977
  • hpacucli: split controller modes to array, f95c611
  • hpacucli: parse controller status, 03ae764
  • hpacucli: check/report controller/cache/battery status, f16f0c2
  • fix plugin commandline options support, a2c5b8a
  • hpacucli: handle not configured controller with noraid status code. #145, #151, #154, 85423dd
  • arcconf: fix duplicate degrated report #155
  • arcconf: add /usr/StorMan to search path #155

snapshot

7 years ago

4.0.2

8 years ago
  • dm: Support for Linux Device-Mapper targets. #134, #130