<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins/t, branch maint-2.3</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=maint-2.3</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=maint-2.3'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2021-04-10T11:43:12Z</updated>
<entry>
<title>Add an option to check_curl to verify the peer certificate &amp; host using the system CA's</title>
<updated>2021-04-10T11:43:12Z</updated>
<author>
<name>Barak Shohat</name>
<email>barak@bazzisoft.com</email>
</author>
<published>2021-04-07T09:34:46Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=827c3e80efe8ec30e3f9029d4c65104bf106984c'/>
<id>urn:sha1:827c3e80efe8ec30e3f9029d4c65104bf106984c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated check_curl.c to display a specific human-readable error message where possible</title>
<updated>2021-04-10T11:43:12Z</updated>
<author>
<name>Barak Shohat</name>
<email>barak@bazzisoft.com</email>
</author>
<published>2021-04-06T13:35:20Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e7598ae6377659430f38a5360aeb09d8a26b8e1a'/>
<id>urn:sha1:e7598ae6377659430f38a5360aeb09d8a26b8e1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update test parameter according to check_http</title>
<updated>2020-05-18T12:08:27Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2020-05-18T12:08:27Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=7d2582deb36d5bc1dd961be83bedc1e8fc8cb3c7'/>
<id>urn:sha1:7d2582deb36d5bc1dd961be83bedc1e8fc8cb3c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into feature_check_curl</title>
<updated>2019-04-04T11:09:15Z</updated>
<author>
<name>Andreas Baumann</name>
<email>mail@andreasbaumann.cc</email>
</author>
<published>2019-04-04T11:09:15Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=2f4d6764d78cf085601b34ac92486405bd11095d'/>
<id>urn:sha1:2f4d6764d78cf085601b34ac92486405bd11095d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>travis-ci: Use RSA keys for SSH tests</title>
<updated>2019-02-04T13:24:29Z</updated>
<author>
<name>Jan Wagner</name>
<email>waja@cyconet.org</email>
</author>
<published>2019-02-04T13:24:29Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=2dcfbbcad03baf1124644184ec072ac0dba024f7'/>
<id>urn:sha1:2dcfbbcad03baf1124644184ec072ac0dba024f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: rework test parameters</title>
<updated>2018-12-04T14:20:19Z</updated>
<author>
<name>Sven Nierlein</name>
<email>Sven.Nierlein@consol.de</email>
</author>
<published>2018-12-04T14:20:18Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=d7dcca22ae2f7bdf0ee2282e00c1999de0b58e26'/>
<id>urn:sha1:d7dcca22ae2f7bdf0ee2282e00c1999de0b58e26</id>
<content type='text'>
there were 2 variants of calling getTestParameter:

    - parameter, description, default value
    - parameter, env value, default value, description, scope

While scope was never actually used and having 2 names for the same value led
to having 2 different entries in the cache file for the same configuration.

This commit removes the variants and simplifies tests parameters by only using
the first 3 parameter variant.
</content>
</entry>
<entry>
<title>test: Add proxy tests via proxy</title>
<updated>2018-11-06T11:33:24Z</updated>
<author>
<name>Markus Frosch</name>
<email>markus.frosch@icinga.com</email>
</author>
<published>2018-11-06T10:32:52Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=198611a3c2bd89562af87d8bf0c7584fce1ce037'/>
<id>urn:sha1:198611a3c2bd89562af87d8bf0c7584fce1ce037</id>
<content type='text'>
On Travis with a local squid
</content>
</entry>
<entry>
<title>check_curl: rewrite connect_to / host headers</title>
<updated>2018-10-25T08:35:06Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2018-10-25T08:29:48Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=70d36a729e2bc0ecfb24751074663c21160f02f4'/>
<id>urn:sha1:70d36a729e2bc0ecfb24751074663c21160f02f4</id>
<content type='text'>
since CURLOPT_CONNECT_TO is only available in later curl versions, we do it the other way round now and
set the url from the address we want to connect to and then set the host header accordingly.
</content>
</entry>
<entry>
<title>made check_curl tests copies of check_http tests because they will differ slightly</title>
<updated>2018-10-22T14:30:31Z</updated>
<author>
<name>Andreas Baumann</name>
<email>mail@andreasbaumann.cc</email>
</author>
<published>2017-04-14T18:04:51Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=bbec77c7ecbc6ecaac06d2c8845f83a22546f273'/>
<id>urn:sha1:bbec77c7ecbc6ecaac06d2c8845f83a22546f273</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_curl: make check_curl use the same tests as check_http</title>
<updated>2018-10-22T14:30:31Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2017-03-18T21:48:35Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e9239b556a4748bb06f5f46a2bedbf0114cd099a'/>
<id>urn:sha1:e9239b556a4748bb06f5f46a2bedbf0114cd099a</id>
<content type='text'>
</content>
</entry>
</feed>
