<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/NEWS, branch release-1.4.15</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=release-1.4.15</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=release-1.4.15'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2010-07-27T20:45:20Z</updated>
<entry>
<title>1.4.15 prep</title>
<updated>2010-07-27T20:45:20Z</updated>
<author>
<name>Ton Voon</name>
<email>ton.voon@opsera.com</email>
</author>
<published>2010-07-27T20:45:20Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e546a084afd62af8e5fcd8bfbd9d9c757a6b90e9'/>
<id>urn:sha1:e546a084afd62af8e5fcd8bfbd9d9c757a6b90e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix examples in check_disk, where it implied was possible to suffix unit values to warn/crit parameters</title>
<updated>2010-07-07T10:03:24Z</updated>
<author>
<name>Ton Voon</name>
<email>ton.voon@opsera.com</email>
</author>
<published>2010-07-07T10:03:24Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=02f9207ebe3a5ae5b35b4b69be1f3bf95ab5a220'/>
<id>urn:sha1:02f9207ebe3a5ae5b35b4b69be1f3bf95ab5a220</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow check_ifstatus to accept version=2c</title>
<updated>2010-07-07T08:56:21Z</updated>
<author>
<name>Ton Voon</name>
<email>ton.voon@opsera.com</email>
</author>
<published>2010-07-07T08:56:21Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=0205c7c0cfc5ba182f2cb675d1df4de72f13c9e2'/>
<id>urn:sha1:0205c7c0cfc5ba182f2cb675d1df4de72f13c9e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix cmd_run overwriting the environment</title>
<updated>2010-07-02T16:55:19Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2010-07-02T16:55:19Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=cf2bcf6c7afa8eb7a54e01f98a9998a7e1ac0852'/>
<id>urn:sha1:cf2bcf6c7afa8eb7a54e01f98a9998a7e1ac0852</id>
<content type='text'>
Some commands need the environment to function properly. One such
example is check_ssh and check_by_ssh when a SOCKS proxy is required.

This patch use setenv and extern char **environ to alter and pass the
new environment to the child process Those modules have been added to
Gnulib for portability.
</content>
</entry>
<entry>
<title>Added option to invert search results</title>
<updated>2010-06-23T15:56:29Z</updated>
<author>
<name>tonvoon</name>
<email>ton.voon@opsview.com</email>
</author>
<published>2010-06-23T15:56:29Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=b8e2850c1add8031a11d951bec1459b203582299'/>
<id>urn:sha1:b8e2850c1add8031a11d951bec1459b203582299</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Display missing search string and URL when failed (Duncan Ferguson #2999924)</title>
<updated>2010-06-23T14:44:34Z</updated>
<author>
<name>tonvoon</name>
<email>ton.voon@opsview.com</email>
</author>
<published>2010-06-23T14:44:34Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=1252195ed5cdf7b5f5fdc1fd5f2b09827a46f6ce'/>
<id>urn:sha1:1252195ed5cdf7b5f5fdc1fd5f2b09827a46f6ce</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>NEWS entry for last commit</title>
<updated>2010-06-18T11:30:07Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2010-06-18T11:30:07Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=f61412478ceb7c821793c8356b936f64066508bf'/>
<id>urn:sha1:f61412478ceb7c821793c8356b936f64066508bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix tests and update NEWS file</title>
<updated>2010-04-22T03:04:06Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2010-04-22T03:04:06Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=00bf32bb6088557d69f91a41f3a556c3e495cd46'/>
<id>urn:sha1:00bf32bb6088557d69f91a41f3a556c3e495cd46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated Nagios::Plugin library</title>
<updated>2010-04-15T10:44:01Z</updated>
<author>
<name>tonvoon</name>
<email>ton.voon@opsera.com</email>
</author>
<published>2010-04-15T10:44:01Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=b63e92f8baa014bb5c54563a65e3aebaec40e5fa'/>
<id>urn:sha1:b63e92f8baa014bb5c54563a65e3aebaec40e5fa</id>
<content type='text'>
</content>
</entry>
</feed>
