<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/lib, branch hw/http-connect</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=hw%2Fhttp-connect</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=hw%2Fhttp-connect'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2013-08-20T15:02:02Z</updated>
<entry>
<title>added missing header to fix build on freebsd</title>
<updated>2013-08-20T15:02:02Z</updated>
<author>
<name>Sven Nierlein</name>
<email>Sven.Nierlein@consol.de</email>
</author>
<published>2013-08-20T15:01:52Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=4083622f86e1fe0fef1e81f23a2ca7a4614ea481'/>
<id>urn:sha1:4083622f86e1fe0fef1e81f23a2ca7a4614ea481</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding tests for range @1:1</title>
<updated>2013-08-17T15:19:34Z</updated>
<author>
<name>Dominique Broeglin</name>
<email>dominique.broeglin@gmail.com</email>
</author>
<published>2013-01-26T20:30:55Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=30bf8025d2ccb7c1fdcf4f69ed543cba4e753625'/>
<id>urn:sha1:30bf8025d2ccb7c1fdcf4f69ed543cba4e753625</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/utils_base.c: Stop dumping core on bad args to check_snmp</title>
<updated>2012-11-03T02:25:37Z</updated>
<author>
<name>Andreas Ericsson</name>
<email>ae@op5.se</email>
</author>
<published>2012-11-02T13:51:09Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=364ce21b1048d1125b8d3fd6744661ab581d08c7'/>
<id>urn:sha1:364ce21b1048d1125b8d3fd6744661ab581d08c7</id>
<content type='text'>
Since the state patch introduction, we've been freeing uninitialized
memory in lib/utils_base.c::np_cleanup(), which caused coredumps
with check_snmp when illegal threshold ranges (for example) were
passed, or when we called 'die' without having read any state.

This patch fixes it by replacing the malloc() calls in there (all of
them, since using malloc() is almost always an error) with calloc().

malloc() either doesn't initialize the memory at all, or taints it
with a special marker so it can tell us when we're free()'ing memory
that hasn't been initialized. calloc() explicitly initializes the
allocated memory to nul bytes, which is a zero-cost operation when
we get the memory from the kernel (which alread does that) and almost
always desirable everywhere else.

Signed-off-by: Andreas Ericsson &lt;ae@op5.se&gt;
</content>
</entry>
<entry>
<title>Fix check_disk free space calculation if blocksizes differ within a disk group (Bekar - #2973603)</title>
<updated>2010-11-15T22:59:35Z</updated>
<author>
<name>Matthias Eble</name>
<email>psychotrahe@users.sourceforge.net</email>
</author>
<published>2010-11-15T22:59:35Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=77f2c84d2f599d86a60586494169dcab17853e3a'/>
<id>urn:sha1:77f2c84d2f599d86a60586494169dcab17853e3a</id>
<content type='text'>
Various values (dused_pct, dfree_pct, inodes_free, inodes_total, ...) are now carried in
the parameter_list structure. Assignments have been moved to a subroutine preventing
code redundancies.
Group metrics are now calculated based on units rather than blocks. This fixes freespace calculation
when blocksizes differ within a group.
</content>
</entry>
<entry>
<title>Fix cmd_run overwriting the environment</title>
<updated>2010-07-02T16:55:19Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2010-07-02T16:55:19Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=cf2bcf6c7afa8eb7a54e01f98a9998a7e1ac0852'/>
<id>urn:sha1:cf2bcf6c7afa8eb7a54e01f98a9998a7e1ac0852</id>
<content type='text'>
Some commands need the environment to function properly. One such
example is check_ssh and check_by_ssh when a SOCKS proxy is required.

This patch use setenv and extern char **environ to alter and pass the
new environment to the child process Those modules have been added to
Gnulib for portability.
</content>
</entry>
<entry>
<title>Add test file directory</title>
<updated>2010-06-25T07:52:59Z</updated>
<author>
<name>tonvoon</name>
<email>ton.voon@opsview.com</email>
</author>
<published>2010-06-25T07:52:59Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=f324f5b94f39bac0bd959a2a3c7067df1c1169ac'/>
<id>urn:sha1:f324f5b94f39bac0bd959a2a3c7067df1c1169ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup some warnings displayed from IRIX tinderbox server</title>
<updated>2010-06-24T09:08:13Z</updated>
<author>
<name>Ton Voon</name>
<email>ton.voon@opsera.com</email>
</author>
<published>2010-06-24T09:08:13Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=2ad344a47ba80e1c95e554e78b7a1efe0ab0e86b'/>
<id>urn:sha1:2ad344a47ba80e1c95e554e78b7a1efe0ab0e86b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added state retention APIs. Implemented for check_snmp with --rate option.</title>
<updated>2010-06-23T13:30:34Z</updated>
<author>
<name>Ton Voon</name>
<email>ton.voon@opsera.com</email>
</author>
<published>2010-06-17T09:16:43Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=18f6835edaf7d640a2c9e476cb1babdbdadbfd9b'/>
<id>urn:sha1:18f6835edaf7d640a2c9e476cb1babdbdadbfd9b</id>
<content type='text'>
See http://nagiosplugin.org/c-api-private for more details on the API.

Also updated check_snmp -l option to change the perfdata label.
</content>
</entry>
<entry>
<title>Use a more "natural" way of writing argument lists in extra-opts tests.</title>
<updated>2009-06-11T04:14:23Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2009-06-11T03:16:12Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=6e5d12b5d0345e61425399aff22c5a54fbebaf9e'/>
<id>urn:sha1:6e5d12b5d0345e61425399aff22c5a54fbebaf9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the memory allocation for the thresholds data</title>
<updated>2009-06-01T23:11:19Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2009-06-01T23:11:19Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=9eabd8d054f003960daa150324873474df7aab60'/>
<id>urn:sha1:9eabd8d054f003960daa150324873474df7aab60</id>
<content type='text'>
Allocate the appropriate amount of memory for storing the thresholds
data.  Before, we allocated the amount of memory required for storing a
_pointer_ to the thresholds data.  This crashed (at least) check_mysql
when using its "-S" option on FreeBSD/amd64 (as reported and analyzed by
Nikita Kalabukhov - 2797757).

Signed-off-by: Holger Weiss &lt;holger@zedat.fu-berlin.de&gt;
</content>
</entry>
</feed>
