<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/lib/tests, branch tv/new_threshold_syntax</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=tv%2Fnew_threshold_syntax</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=tv%2Fnew_threshold_syntax'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2008-03-19T14:42:12Z</updated>
<entry>
<title>1st pass at check_procs with multiple threshold checks</title>
<updated>2008-03-19T14:42:12Z</updated>
<author>
<name>Ton Voon</name>
<email>tonvoon@users.sourceforge.net</email>
</author>
<published>2008-03-19T14:42:12Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=b17b2421987bb8a7606948333e75f990b35852b8'/>
<id>urn:sha1:b17b2421987bb8a7606948333e75f990b35852b8</id>
<content type='text'>
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/new_threshold_syntax@1958 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
<entry>
<title>Remove base64 tests, since base64 comes from gnulib now</title>
<updated>2008-03-19T14:38:56Z</updated>
<author>
<name>Ton Voon</name>
<email>tonvoon@users.sourceforge.net</email>
</author>
<published>2008-03-19T14:38:56Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=cab9440a671390e279228cd31ad56b055d611a21'/>
<id>urn:sha1:cab9440a671390e279228cd31ad56b055d611a21</id>
<content type='text'>
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/new_threshold_syntax@1957 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
<entry>
<title>Add tests:</title>
<updated>2008-03-16T18:10:47Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@users.sourceforge.net</email>
</author>
<published>2008-03-16T18:10:47Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=4a7ff5e95203af8379c8ffe3fdf133714ecbadef'/>
<id>urn:sha1:4a7ff5e95203af8379c8ffe3fdf133714ecbadef</id>
<content type='text'>
- DOS-newline ini file
- section defined twice


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1951 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
<entry>
<title>- Make equal-less parameters illegal</title>
<updated>2008-03-15T20:47:43Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@users.sourceforge.net</email>
</author>
<published>2008-03-15T20:47:43Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=1a0ed0d6bb5ffa0991a91cd149d3ecaacb11e59f'/>
<id>urn:sha1:1a0ed0d6bb5ffa0991a91cd149d3ecaacb11e59f</id>
<content type='text'>
- parameters without argument after '=' are now assumed to be argument-less
- Add a testcase for space in stanza and various argument-less parameters


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1948 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
<entry>
<title>Fix segfault in test_ini.c and uncomment the affected tests</title>
<updated>2008-03-15T16:17:49Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@users.sourceforge.net</email>
</author>
<published>2008-03-15T16:17:49Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=ffab7ee68b32d44ae2f35f688f417cd0109b0b45'/>
<id>urn:sha1:ffab7ee68b32d44ae2f35f688f417cd0109b0b45</id>
<content type='text'>
Fix bug in stanza parsing where full section could be skipped
Fix single-argument options


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1946 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
<entry>
<title>This commit consist of two changes:</title>
<updated>2008-03-15T04:51:45Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@users.sourceforge.net</email>
</author>
<published>2008-03-15T04:51:45Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=6004d95868fcd9badbc0f026980a4a3597eb22db'/>
<id>urn:sha1:6004d95868fcd9badbc0f026980a4a3597eb22db</id>
<content type='text'>
1. Make np_get_defaults return a linked list instead of a string. It will then be easy to convert the linked list back to an argument array.
2. Fix tests 3-4 of test_ini.c.

A test_ini.t was added too. parse_ini and test_ini aren't included yet in the build makefiles.


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1945 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
<entry>
<title>Reverting patch to test 8-bit data: Still broken on Solaris (7-bit works as before)</title>
<updated>2008-02-13T04:07:39Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@users.sourceforge.net</email>
</author>
<published>2008-02-13T04:07:39Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=ec0ebf110810753c7ed843b628227eae1801db84'/>
<id>urn:sha1:ec0ebf110810753c7ed843b628227eae1801db84</id>
<content type='text'>
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1927 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
<entry>
<title>Import Gnulib floorf and base64 and removed our old base64 library.</title>
<updated>2008-02-12T12:03:58Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@users.sourceforge.net</email>
</author>
<published>2008-02-12T12:03:58Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=abbad00edd7f5f3d33ae77a9d5ac338e5bea5fb3'/>
<id>urn:sha1:abbad00edd7f5f3d33ae77a9d5ac338e5bea5fb3</id>
<content type='text'>
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1926 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
<entry>
<title>Bump lib/tests to GPLv3</title>
<updated>2008-01-30T09:38:37Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@users.sourceforge.net</email>
</author>
<published>2008-01-30T09:38:37Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=a153e0b8f62da33d217b9f8877757752ca2fabf9'/>
<id>urn:sha1:a153e0b8f62da33d217b9f8877757752ca2fabf9</id>
<content type='text'>
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1914 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
<entry>
<title>Add a return-code check (also test cmd_run without out/err buffers)</title>
<updated>2008-01-10T07:49:56Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@users.sourceforge.net</email>
</author>
<published>2008-01-10T07:49:56Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=c51b6eea0e80048690a9f48b74d2caebead08a2f'/>
<id>urn:sha1:c51b6eea0e80048690a9f48b74d2caebead08a2f</id>
<content type='text'>
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1905 f882894a-f735-0410-b71e-b25c423dba1c
</content>
</entry>
</feed>
