<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins, 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-09-10T09:09:22Z</updated>
<entry>
<title>check_http: Support HTTP CONNECT method</title>
<updated>2013-09-10T09:09:22Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2013-09-10T09:09:22Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=6b28ae739b1ca9f20519f7522b52d055ce3a0902'/>
<id>urn:sha1:6b28ae739b1ca9f20519f7522b52d055ce3a0902</id>
<content type='text'>
Add the -Y/--http-connect[=&lt;port&gt;] option which tells check_http to use
the HTTP CONNECT method for tunneling an HTTPS connection through a
proxy server.

This is a modified version of a patch provided by Mark Frost in
SourceForge tracker item #2975393, updated for the current check_http
code.  Changes include:

- Let the new --http-connect option imply --ssl.
- Allow for specifying the server port the proxy should connect to.
</content>
</entry>
<entry>
<title>s/--proxy_authorization/--proxy-authorization/</title>
<updated>2013-09-09T22:46:06Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2013-09-09T22:46:06Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=5bfca4b34d15ef40239ed6074b9ff9c061022946'/>
<id>urn:sha1:5bfca4b34d15ef40239ed6074b9ff9c061022946</id>
<content type='text'>
The check_http option "--proxy_authorization" is now called
"--proxy-authorization" instead.  It was always documented this way, and
we don't usually use underscores in option names.
</content>
</entry>
<entry>
<title>check_snmp: Initialize size_t value to 0, not NULL</title>
<updated>2013-09-04T22:19:36Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2013-09-04T22:19:36Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e8594f461da0701f3e44af2c5baf351b909a5038'/>
<id>urn:sha1:e8594f461da0701f3e44af2c5baf351b909a5038</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Partially revert "check_snmp: Close potential for using uninitialized memory"</title>
<updated>2013-08-27T16:32:38Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2013-08-27T16:32:38Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=92fdab87b28f5e61c7188b52740c7c322b9ebd02'/>
<id>urn:sha1:92fdab87b28f5e61c7188b52740c7c322b9ebd02</id>
<content type='text'>
This reverts the changes to plugins/common.h applied by commit
a20611d4357c3c3ebe0a62776a1642e7904c1410.

- Clang defines __GNUC__.
- The new name of the __attribute__ parameter was misleading.
</content>
</entry>
<entry>
<title>check_snmp: Fix --help segfault</title>
<updated>2013-08-27T14:08:49Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2013-08-27T14:08:49Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=1cbc73bc8b04962947afdead5e451c4e2318bda9'/>
<id>urn:sha1:1cbc73bc8b04962947afdead5e451c4e2318bda9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/ozamosi/nagios-plugins</title>
<updated>2013-08-27T12:37:13Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2013-08-27T12:37:13Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e9ede0f8e3b5a5402722ae8d10862f29d30c73ae'/>
<id>urn:sha1:e9ede0f8e3b5a5402722ae8d10862f29d30c73ae</id>
<content type='text'>
* 'master' of https://github.com/ozamosi/nagios-plugins:
  check_snmp: Close potential for using uninitialized memory
  check_snmp: Dynamically grow all data structures

Conflicts:
	plugins/check_snmp.c
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/bugness-chl/nagios-plugins</title>
<updated>2013-08-26T21:23:55Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2013-08-26T21:23:55Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=efa9b0fc0841cc5fb5dde11962f9c45db9ce4815'/>
<id>urn:sha1:efa9b0fc0841cc5fb5dde11962f9c45db9ce4815</id>
<content type='text'>
* 'master' of https://github.com/bugness-chl/nagios-plugins:
  check_disk: option to ignore reserved space

Conflicts:
	plugins/check_disk.c
</content>
</entry>
<entry>
<title>fixed check_tcp test</title>
<updated>2013-08-21T15:48:14Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2013-08-21T15:48:14Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=817ea52cc0288b708341a6dc73af3db7c40f3b86'/>
<id>urn:sha1:817ea52cc0288b708341a6dc73af3db7c40f3b86</id>
<content type='text'>
A check with thresholds 9000,1 must exit with warning if the certificate expires in less
than 9000 but more than one day.
</content>
</entry>
<entry>
<title>check_snmp: added threshold tests</title>
<updated>2013-08-21T13:59:56Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2013-08-21T13:59:56Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=d57941c4d2e62313f7aafacddcd92c2201381ad1'/>
<id>urn:sha1:d57941c4d2e62313f7aafacddcd92c2201381ad1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_snmp: Fix support for inverse thresholds</title>
<updated>2013-08-21T13:00:27Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2013-08-21T13:00:27Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=461cea42615936f0fdf9c75fa72d0fc0a88eaff6'/>
<id>urn:sha1:461cea42615936f0fdf9c75fa72d0fc0a88eaff6</id>
<content type='text'>
Commit bd782990566eec91b8312cfc2765a7e2bd9e67da reintroduced support for
inverse threshold ranges such as "2:1", but it broke standard thresholds
such as "1:2" (by converting this range into "1") or "1:" (by converting
this range into "@:2").  This commit fixes those two bugs, plus an
off-by-one error while computing the number of bytes to allocate when
handling inverse thresholds (two additional bytes were allocated where
three were required to hold '@' and ':' and '\0').  While at it, we also
check whether malloc(3) succeeded.
</content>
</entry>
</feed>
