<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins, branch v2.1</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=v2.1</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=v2.1'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2014-10-06T08:25:31Z</updated>
<entry>
<title>Merge branch 'maint'</title>
<updated>2014-10-06T08:25:31Z</updated>
<author>
<name>Jan Wagner</name>
<email>waja@cyconet.org</email>
</author>
<published>2014-10-06T08:25:31Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=93071168df90cd71ecb0cd391923cb4cc7de8d3d'/>
<id>urn:sha1:93071168df90cd71ecb0cd391923cb4cc7de8d3d</id>
<content type='text'>
Conflicts:
	NEWS
	THANKS.in
</content>
</entry>
<entry>
<title>Fix check_jabber to work with Openfire servers</title>
<updated>2014-09-16T10:28:51Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2014-09-16T10:28:51Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=013ca2c508386c548ec145832ab8be1e8306cca0'/>
<id>urn:sha1:013ca2c508386c548ec145832ab8be1e8306cca0</id>
<content type='text'>
The plugin expected:

	&lt;?xml version='1.0'?&gt;

But Openfire sends:

	&lt;?xml version='1.0' encoding='UTF-8'?&gt;
</content>
</entry>
<entry>
<title>check_by_ssh: added --hostname support</title>
<updated>2014-08-06T13:51:18Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2014-08-06T13:51:18Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=57fb03cea59c266a0930c3a368cbed40bbc66169'/>
<id>urn:sha1:57fb03cea59c266a0930c3a368cbed40bbc66169</id>
<content type='text'>
just like the guidelines and the help already suggests.

Signed-off-by: Sven Nierlein &lt;sven@nierlein.de&gt;
</content>
</entry>
<entry>
<title>tests: skip extented snmp tests if snmpd has no perl support</title>
<updated>2014-07-31T19:07:18Z</updated>
<author>
<name>Sven Nierlein</name>
<email>Sven.Nierlein@consol.de</email>
</author>
<published>2014-07-31T15:06:32Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=a5b6d94fc6daa1868745441f6fed8f7576f2e5dd'/>
<id>urn:sha1:a5b6d94fc6daa1868745441f6fed8f7576f2e5dd</id>
<content type='text'>
solaris snmpd has no perl support by default, so this test will fail.

Signed-off-by: Sven Nierlein &lt;Sven.Nierlein@consol.de&gt;
</content>
</entry>
<entry>
<title>tests: negate test fails when not run from plugins folder</title>
<updated>2014-07-31T12:56:16Z</updated>
<author>
<name>Sven Nierlein</name>
<email>Sven.Nierlein@consol.de</email>
</author>
<published>2014-07-31T11:48:13Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=8e8d2d42433a97a6b5a09b01cdd4cfbfc5807cbe'/>
<id>urn:sha1:8e8d2d42433a97a6b5a09b01cdd4cfbfc5807cbe</id>
<content type='text'>
Signed-off-by: Sven Nierlein &lt;Sven.Nierlein@consol.de&gt;
</content>
</entry>
<entry>
<title>tests: get current directory the perl way</title>
<updated>2014-07-31T11:47:19Z</updated>
<author>
<name>Sven Nierlein</name>
<email>Sven.Nierlein@consol.de</email>
</author>
<published>2014-07-31T11:31:11Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=559d11b1fbb4fee3b62b762fbbd3cfc6f138f37e'/>
<id>urn:sha1:559d11b1fbb4fee3b62b762fbbd3cfc6f138f37e</id>
<content type='text'>
instead of hoping to have it in the environment. This at
least broke tests on solaris.

Signed-off-by: Sven Nierlein &lt;Sven.Nierlein@consol.de&gt;
</content>
</entry>
<entry>
<title>check_dns: unified check output</title>
<updated>2014-07-31T10:13:52Z</updated>
<author>
<name>Sven Nierlein</name>
<email>Sven.Nierlein@consol.de</email>
</author>
<published>2014-07-31T10:13:27Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=18a9562daecd844d62da5cad1ddcab3f9d0eca57'/>
<id>urn:sha1:18a9562daecd844d62da5cad1ddcab3f9d0eca57</id>
<content type='text'>
this also allows us to make tests against "critical" in the output.

Signed-off-by: Sven Nierlein &lt;Sven.Nierlein@consol.de&gt;
</content>
</entry>
<entry>
<title>check_ntp_peer: do not use uninitialized results for max state</title>
<updated>2014-07-31T09:28:30Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2014-07-31T09:28:30Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=df08974bf07bae1ea5dcbec68bad4cdfce52aeff'/>
<id>urn:sha1:df08974bf07bae1ea5dcbec68bad4cdfce52aeff</id>
<content type='text'>
s/t/jresult are not initialized if there is no corresponding threshold
supplied. So we shouldn't use them for calculating our result.

Signed-off-by: Sven Nierlein &lt;sven@nierlein.de&gt;
</content>
</entry>
<entry>
<title>Merge pull request #1164 from waja/github981</title>
<updated>2014-07-30T21:33:57Z</updated>
<author>
<name>Jan Wagner</name>
<email>waja@cyconet.org</email>
</author>
<published>2014-07-30T21:33:57Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=8775edcb10c699f3e23a6c9eed071900e254d11e'/>
<id>urn:sha1:8775edcb10c699f3e23a6c9eed071900e254d11e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_dns: Use strchr instead of index</title>
<updated>2014-07-30T21:30:59Z</updated>
<author>
<name>Jan Wagner</name>
<email>waja@cyconet.org</email>
</author>
<published>2014-07-30T21:29:28Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=b7ce241ba66298e06004236936e9915108876144'/>
<id>urn:sha1:b7ce241ba66298e06004236936e9915108876144</id>
<content type='text'>
</content>
</entry>
</feed>
