<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/contrib/check_linux_raid.pl, branch 3.0.0-rc3</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=3.0.0-rc3</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=3.0.0-rc3'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2013-09-02T11:16:24Z</updated>
<entry>
<title>Remove "contrib" plugins</title>
<updated>2013-09-02T11:16:24Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2013-09-02T11:16:24Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=b15adb7762b6caaecaa83637abfcf5fdb4802092'/>
<id>urn:sha1:b15adb7762b6caaecaa83637abfcf5fdb4802092</id>
<content type='text'>
These days, sites such as "Nagios Exchange" are a much better place for
publishing plugins not maintained by the Plugins Development Team.
</content>
</entry>
<entry>
<title>contrib/check_linux_raid.pl: Fix whitespace errors</title>
<updated>2013-08-17T22:47:21Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2013-08-17T22:47:21Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=f73e9f7b22f9e0992ea43ad1ded87d781aef43e0'/>
<id>urn:sha1:f73e9f7b22f9e0992ea43ad1ded87d781aef43e0</id>
<content type='text'>
Use tabs instead of spaces for indentation.
</content>
</entry>
<entry>
<title>update check_linux_raid to take in consideration resync status and rise up a warning alert</title>
<updated>2013-08-17T22:44:25Z</updated>
<author>
<name>Erwan Ben Souiden</name>
<email>erwan@aleikoum.net</email>
</author>
<published>2013-06-11T09:10:49Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=130eb9635ce86a4c86d593bf5018cd4640d629c5'/>
<id>urn:sha1:130eb9635ce86a4c86d593bf5018cd4640d629c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This patch fixes the regular expression for the array recovery</title>
<updated>2012-09-22T04:44:41Z</updated>
<author>
<name>Alex Bradley</name>
<email>a.bradley@alumni.cs.ubc.ca</email>
</author>
<published>2012-09-22T04:44:41Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=9703858ba325d069a1a8538a655e3aa186382aa9'/>
<id>urn:sha1:9703858ba325d069a1a8538a655e3aa186382aa9</id>
<content type='text'>
completion percentage to detect the percentage when there is more than
one space between between "recovery =" and the percentage. (When
the percentage is less than 10%, /proc/mdstat shows it left-padded
with an extra space: "recovery =  7.6%".)
</content>
</entry>
<entry>
<title>Patch for check_linux_raid with on linear/raid0 arrays</title>
<updated>2010-10-06T03:19:03Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2010-10-06T03:19:03Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e30f77864054e54f3c777aee0315f9c13b10957d'/>
<id>urn:sha1:e30f77864054e54f3c777aee0315f9c13b10957d</id>
<content type='text'>
Fixes bug #3049988, Debian bug #579049
</content>
</entry>
<entry>
<title>Fix Debian bug #574612: Return WARNING on rebuild</title>
<updated>2010-04-12T13:55:18Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2010-04-12T13:55:18Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=753b88408833702dbcf004e00a846550c2a0e952'/>
<id>urn:sha1:753b88408833702dbcf004e00a846550c2a0e952</id>
<content type='text'>
Let check_linux_raid return a WARNING instead of an OK state during
volume recovery.

See: http://bugs.debian.org/574612

(Fixed by Christoph Martin, forwarded by Jan Wagner.)
</content>
</entry>
<entry>
<title>Fix Debian bug #534604: Checking md10 and above</title>
<updated>2010-04-12T13:49:24Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2010-04-12T13:49:24Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=933918ce5dd0c0f162e5d4acc0f1cfdc9c7a1631'/>
<id>urn:sha1:933918ce5dd0c0f162e5d4acc0f1cfdc9c7a1631</id>
<content type='text'>
| check_linux_raid malfunctions if system has software RAID devices with
| two or more digits.  For example, for system having /dev/md10,
| /dev/md11 etc, the plugin returns 'UNKNOWN' in automatic mode (if RAID
| devices are manually specified it works).  Also, if system has both
| one-digit, and two-digit RAID devices, the two-digit devices are
| silently ignored in checks, which is even more problematic.

[ http://bugs.debian.org/534604 ]

(Fixed by Matija Nalis, forwarded by Jan Wagner.)
</content>
</entry>
<entry>
<title>These plugins assumed the "use lib util.pm;" would be substituted like standard Perl plugins (in plugins-scripts) which isn't the case in contrib. I changed the "use lib" line to use the default path. People using custom paths will have to change it manually.</title>
<updated>2007-08-28T03:19:45Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@users.sourceforge.net</email>
</author>
<published>2007-08-28T03:19:45Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=29d5acb7c821c8be23b32be9e01b242efad5b872'/>
<id>urn:sha1:29d5acb7c821c8be23b32be9e01b242efad5b872</id>
<content type='text'>
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1771 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
<entry>
<title>some gratuitous whitespace changes, and a fix to the "recovery =" detection</title>
<updated>2006-06-07T14:28:33Z</updated>
<author>
<name>M. Sean Finney</name>
<email>seanius@users.sourceforge.net</email>
</author>
<published>2006-06-07T14:28:33Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=3987202794f5b34c78aad3b4213c715ed76004eb'/>
<id>urn:sha1:3987202794f5b34c78aad3b4213c715ed76004eb</id>
<content type='text'>
logic in check_linux_raid.pl


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1418 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
<entry>
<title>gave some TLC to check_linux_raid</title>
<updated>2006-06-01T22:30:51Z</updated>
<author>
<name>M. Sean Finney</name>
<email>seanius@users.sourceforge.net</email>
</author>
<published>2006-06-01T22:30:51Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=4522ae336de629b405572c83f5bb59a68f979cc0'/>
<id>urn:sha1:4522ae336de629b405572c83f5bb59a68f979cc0</id>
<content type='text'>
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1412 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
</feed>
