<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/lib/tests, branch release-1.5</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=release-1.5</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=release-1.5'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2013-09-12T19:50:18Z</updated>
<entry>
<title>Minor cosmetic changes</title>
<updated>2013-09-12T19:50:18Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2013-09-12T19:50:18Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=7573aa16169e80baec80440463a524e5f4e92911'/>
<id>urn:sha1:7573aa16169e80baec80440463a524e5f4e92911</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_tcp: Properly deal will partial recv(3)s</title>
<updated>2013-09-12T19:37:20Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2013-09-12T19:37:20Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e8044713d41f5ef1d9ce814df4a079d8f92306b0'/>
<id>urn:sha1:e8044713d41f5ef1d9ce814df4a079d8f92306b0</id>
<content type='text'>
The np_expect_match() function now returns one of three possible states
instead of just TRUE or FALSE:

- NP_MATCH_SUCCESS
- NP_MATCH_FAILURE
- NP_MATCH_RETRY

The NP_MATCH_RETRY state indicates that matching might succeed if
np_expect_match() is called with a longer input string.  This allows
check_tcp to decide whether it makes sense to wait for additional data
from the server.
</content>
</entry>
<entry>
<title>Improve interface of np_expect_match() function</title>
<updated>2013-09-12T15:42:10Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2013-09-12T15:42:10Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=662997251d4fc43f4155784f9e7df827f193305e'/>
<id>urn:sha1:662997251d4fc43f4155784f9e7df827f193305e</id>
<content type='text'>
Replace the three boolean parameters of lib/utils_tcp.c's
np_expect_match() function with a single "flags" parameter.
</content>
</entry>
<entry>
<title>Fix GCC's -Wuninitialized warnings</title>
<updated>2013-09-10T18:52:13Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2013-09-10T18:52:13Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=d4a781817cbe1c6168e0687aea968b7a6f348abe'/>
<id>urn:sha1:d4a781817cbe1c6168e0687aea968b7a6f348abe</id>
<content type='text'>
Fix the issues found by GCC when the -Wuninitialized flag is specified.
</content>
</entry>
<entry>
<title>Adding tests for range @1:1</title>
<updated>2013-08-17T15:19:34Z</updated>
<author>
<name>Dominique Broeglin</name>
<email>dominique.broeglin@gmail.com</email>
</author>
<published>2013-01-26T20:30:55Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=30bf8025d2ccb7c1fdcf4f69ed543cba4e753625'/>
<id>urn:sha1:30bf8025d2ccb7c1fdcf4f69ed543cba4e753625</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add test file directory</title>
<updated>2010-06-25T07:52:59Z</updated>
<author>
<name>tonvoon</name>
<email>ton.voon@opsview.com</email>
</author>
<published>2010-06-25T07:52:59Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=f324f5b94f39bac0bd959a2a3c7067df1c1169ac'/>
<id>urn:sha1:f324f5b94f39bac0bd959a2a3c7067df1c1169ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup some warnings displayed from IRIX tinderbox server</title>
<updated>2010-06-24T09:08:13Z</updated>
<author>
<name>Ton Voon</name>
<email>ton.voon@opsera.com</email>
</author>
<published>2010-06-24T09:08:13Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=2ad344a47ba80e1c95e554e78b7a1efe0ab0e86b'/>
<id>urn:sha1:2ad344a47ba80e1c95e554e78b7a1efe0ab0e86b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added state retention APIs. Implemented for check_snmp with --rate option.</title>
<updated>2010-06-23T13:30:34Z</updated>
<author>
<name>Ton Voon</name>
<email>ton.voon@opsera.com</email>
</author>
<published>2010-06-17T09:16:43Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=18f6835edaf7d640a2c9e476cb1babdbdadbfd9b'/>
<id>urn:sha1:18f6835edaf7d640a2c9e476cb1babdbdadbfd9b</id>
<content type='text'>
See http://nagiosplugin.org/c-api-private for more details on the API.

Also updated check_snmp -l option to change the perfdata label.
</content>
</entry>
<entry>
<title>Use a more "natural" way of writing argument lists in extra-opts tests.</title>
<updated>2009-06-11T04:14:23Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2009-06-11T03:16:12Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=6e5d12b5d0345e61425399aff22c5a54fbebaf9e'/>
<id>urn:sha1:6e5d12b5d0345e61425399aff22c5a54fbebaf9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make extract_value more generic:</title>
<updated>2009-01-26T07:05:21Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2009-01-26T07:05:21Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=ba132e9e521218efc5d35aa5f7a024cba93f5e29'/>
<id>urn:sha1:ba132e9e521218efc5d35aa5f7a024cba93f5e29</id>
<content type='text'>
Add a separator argument passed using defines.
</content>
</entry>
</feed>
