Skip to content

Releases: glensc/nagios-plugin-check_raid

4.0.10 - (2019-05-16)

16 May 20:59
4.0.10
Compare
Choose a tag to compare

CHANGES:

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

4.0.9 - (2019-01-30)

30 Jan 09:51
4.0.9
Compare
Choose a tag to compare

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

snapshot from travis-release branch

17 Sep 09:38
Compare
Choose a tag to compare
Pre-release
created from 128e663 on travis-release branch. uploaded by travis. use at your own risk

4.0.8 (2017-09-01)

01 Sep 19:11
4.0.8
Compare
Choose a tag to compare

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 (2017-06-18)

18 Jun 19:28
4.0.7
Compare
Choose a tag to compare
  • remove duplicate -W parameter #168, @CoolDuke
  • build .deb and .rpm with a release

4.0.6 (2017-04-20)

20 Apr 19:45
4.0.6
Compare
Choose a tag to compare

4.0.5 (2016-12-26)

26 Dec 20:49
4.0.5
Compare
Choose a tag to compare
  • hpacucli: skip firmware upgrade noise, #157
  • cciss: import smartctl, #149

4.0.4 (2016-12-11)

10 Dec 23:43
4.0.4
Compare
Choose a tag to compare
  • arcconf: fix subsection parsing #156

4.0.3 (2016-11-20)

19 Nov 22:10
4.0.3
Compare
Choose a tag to compare
  • 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

4.0.2 (2016-03-14)

14 Mar 18:23
4.0.2
Compare
Choose a tag to compare
  • dm: Support for Linux Device-Mapper targets. #134, #130