<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/contrib, branch maint-2.4</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=maint-2.4</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=maint-2.4'/>
<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>Ditch contrib/check_http-with-client-certificate.c</title>
<updated>2013-08-20T21:11:38Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2013-08-20T21:11:38Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=7a80e27fb38b26713ac5a1f6810b99519a31dbf3'/>
<id>urn:sha1:7a80e27fb38b26713ac5a1f6810b99519a31dbf3</id>
<content type='text'>
The standard check_http plugin now supports client certificate
authentication.
</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>working on ubuntu precise12.04</title>
<updated>2013-02-27T17:22:18Z</updated>
<author>
<name>Fabio Rueda</name>
<email>fabio@vizzuality.com</email>
</author>
<published>2013-02-27T17:22:18Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=93b35b06f953e868de4b79e420c0c967ca78feaf'/>
<id>urn:sha1:93b35b06f953e868de4b79e420c0c967ca78feaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ported use whrandom to random</title>
<updated>2013-02-27T17:11:47Z</updated>
<author>
<name>Fabio Rueda</name>
<email>fabio@vizzuality.com</email>
</author>
<published>2013-02-27T17:11:47Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=0ac1a30e7a48acfaa2ffb55a443bd66a497a13ac'/>
<id>urn:sha1:0ac1a30e7a48acfaa2ffb55a443bd66a497a13ac</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>Die when asprintf fails</title>
<updated>2012-06-29T11:39:11Z</updated>
<author>
<name>Anders Kaseorg</name>
<email>andersk@mit.edu</email>
</author>
<published>2012-06-29T04:57:48Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=028d50d6f99e647a325a0a68303016382c4bbdc9'/>
<id>urn:sha1:028d50d6f99e647a325a0a68303016382c4bbdc9</id>
<content type='text'>
Fixes many instances of
warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]

Signed-off-by: Anders Kaseorg &lt;andersk@mit.edu&gt;
</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>
</feed>
