<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins, branch release-1.4.16</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=release-1.4.16</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=release-1.4.16'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2012-06-27T15:29:11Z</updated>
<entry>
<title>check_tcp: Print performance data even with -D</title>
<updated>2012-06-27T15:29:11Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2012-06-27T15:29:11Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=cbc8a7f313c3e093165e544b4507539932c7f3e1'/>
<id>urn:sha1:cbc8a7f313c3e093165e544b4507539932c7f3e1</id>
<content type='text'>
When using the 1.4.15 release of the Nagios Plugins, a command such as

  check_tcp -H pop.example.com -p 995 -D 14

usually produced two lines of output, e.g.:

  OK - Certificate will expire on 12/13/2014 23:59.
  TCP OK - 0.009 second response time on port 995|time=0.008849s;;;0.000000;10.000000

The second line was removed by 4d06603060fc1233861b164870f0d3a2e0d8d2eb.
However, as the old two-line output is a valid (though in this case
unintended) way to spit out performance data, removing the second line
might break current setups.  Therefore, we revert to the old behaviour,
at least for the moment.

The issue was reported by Jochen Bern on the "nagiosplug-devel" mailing
list (Message-ID: &lt;4FEAE812.8030309@LINworks.de&gt;).
</content>
</entry>
<entry>
<title>check_snmp: use single quotes for perf data labels</title>
<updated>2012-06-26T22:02:09Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2012-06-26T22:02:09Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=843f9540562930391b7db224664adbf951f11275'/>
<id>urn:sha1:843f9540562930391b7db224664adbf951f11275</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix performance data label containing spaces in check_snmp (Jochen Bern)</title>
<updated>2012-06-26T18:53:13Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2012-06-26T18:53:13Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=9c886d049d1dec9be0ac147c57d2094d2d4773da'/>
<id>urn:sha1:9c886d049d1dec9be0ac147c57d2094d2d4773da</id>
<content type='text'>
Add --perf-oids option for check_snmp to retain optional 1.4.14 compatibility
</content>
</entry>
<entry>
<title>added test case for certificate checs with both warning and critical values</title>
<updated>2012-06-25T10:54:15Z</updated>
<author>
<name>William Leibzon</name>
<email>william@leibzon.org</email>
</author>
<published>2012-06-25T09:05:28Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=181260d636d94c55be2208f6353813cfa00b183a'/>
<id>urn:sha1:181260d636d94c55be2208f6353813cfa00b183a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_http: added test for warning thresholds</title>
<updated>2012-06-25T10:53:47Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2012-06-25T10:32:01Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=24242f6ab75adb2de617921e79fe6bece4b75612'/>
<id>urn:sha1:24242f6ab75adb2de617921e79fe6bece4b75612</id>
<content type='text'>
fixed typo in sslutils
</content>
</entry>
<entry>
<title>applied patch that adds both critical and warning thresholds to certificate expiration checks of check_tcp, check_http, check_smtp</title>
<updated>2012-06-25T10:05:16Z</updated>
<author>
<name>William Leibzon</name>
<email>william@leibzon.org</email>
</author>
<published>2012-05-22T01:46:45Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=fa3d2a4074e1bd8526e37ba5e1a214ae4a1774cf'/>
<id>urn:sha1:fa3d2a4074e1bd8526e37ba5e1a214ae4a1774cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_ping: Add missing newline to die() calls</title>
<updated>2012-06-24T23:58:17Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2012-06-24T23:58:17Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=88fdf3a8a8e17f9212e10befe1f24ff3fa1aa8e6'/>
<id>urn:sha1:88fdf3a8a8e17f9212e10befe1f24ff3fa1aa8e6</id>
<content type='text'>
Our die() function expects the caller to append the trailing newline
character.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'github/waja/master'</title>
<updated>2012-06-24T23:14:12Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2012-06-24T23:14:12Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=bf7c4f95aea64e784c66c7ee27da5259ce07f4e1'/>
<id>urn:sha1:bf7c4f95aea64e784c66c7ee27da5259ce07f4e1</id>
<content type='text'>
Conflicts:
	NEWS
</content>
</entry>
<entry>
<title>check_ping: Ignore ping(1)'s exit status</title>
<updated>2012-06-24T13:51:56Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2012-06-24T13:51:56Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=991054fa6e3d8b3288679ebfe6d84bcfe3ca5d20'/>
<id>urn:sha1:991054fa6e3d8b3288679ebfe6d84bcfe3ca5d20</id>
<content type='text'>
Don't return a WARNING state if the number of lost packets is greater
than zero but below the specified warning threshold.  This happened
because the check_ping plugin used the exit status of the ping(1)
utility.  (#3535140 - Tobias Brox)
</content>
</entry>
<entry>
<title>Fix check_by_ssh test for non-Bash login shells</title>
<updated>2012-06-22T15:11:18Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2012-06-22T15:11:18Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e6df238350588afd93f11501c4c673b07c9733a4'/>
<id>urn:sha1:e6df238350588afd93f11501c4c673b07c9733a4</id>
<content type='text'>
In the C shell and in the Z shell, the "?" character must be quoted or
backslash-escaped in order to use it verbatim.  Therefore, a command
such as

	check_by_ssh -H test.example.com -l joe echo huh?

might fail, depending on joe's login shell on test.example.com.

Just to make sure, this commit removes most punctuation characters from
our test strings.
</content>
</entry>
</feed>
