<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins/t, branch v2.3</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=v2.3</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=v2.3'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2020-05-18T12:08:27Z</updated>
<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>
<entry>
<title>add check_curl test</title>
<updated>2018-10-22T14:28:51Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2017-03-14T23:32:47Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=afa52eb83434b52cec2849cb2a39bc646561f713'/>
<id>urn:sha1:afa52eb83434b52cec2849cb2a39bc646561f713</id>
<content type='text'>
just a copy of check_http for now...

Signed-off-by: Sven Nierlein &lt;sven@nierlein.de&gt;
</content>
</entry>
<entry>
<title>udp test: prefer nc over netcat syntax</title>
<updated>2017-03-12T21:55:52Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2017-03-12T21:54:04Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=77aa6d4ebf1bd3567395c92b9e5cc9daa74e9838'/>
<id>urn:sha1:77aa6d4ebf1bd3567395c92b9e5cc9daa74e9838</id>
<content type='text'>
sles 12 systems have netcat symlinked to nc and so expect nc syntax for netcat.

Signed-off-by: Sven Nierlein &lt;sven@nierlein.de&gt;
</content>
</entry>
</feed>
