<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/lib, 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>2010-11-15T22:59:35Z</updated>
<entry>
<title>Fix check_disk free space calculation if blocksizes differ within a disk group (Bekar - #2973603)</title>
<updated>2010-11-15T22:59:35Z</updated>
<author>
<name>Matthias Eble</name>
<email>psychotrahe@users.sourceforge.net</email>
</author>
<published>2010-11-15T22:59:35Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=77f2c84d2f599d86a60586494169dcab17853e3a'/>
<id>urn:sha1:77f2c84d2f599d86a60586494169dcab17853e3a</id>
<content type='text'>
Various values (dused_pct, dfree_pct, inodes_free, inodes_total, ...) are now carried in
the parameter_list structure. Assignments have been moved to a subroutine preventing
code redundancies.
Group metrics are now calculated based on units rather than blocks. This fixes freespace calculation
when blocksizes differ within a group.
</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>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>Fix the memory allocation for the thresholds data</title>
<updated>2009-06-01T23:11:19Z</updated>
<author>
<name>Holger Weiss</name>
<email>holger@zedat.fu-berlin.de</email>
</author>
<published>2009-06-01T23:11:19Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=9eabd8d054f003960daa150324873474df7aab60'/>
<id>urn:sha1:9eabd8d054f003960daa150324873474df7aab60</id>
<content type='text'>
Allocate the appropriate amount of memory for storing the thresholds
data.  Before, we allocated the amount of memory required for storing a
_pointer_ to the thresholds data.  This crashed (at least) check_mysql
when using its "-S" option on FreeBSD/amd64 (as reported and analyzed by
Nikita Kalabukhov - 2797757).

Signed-off-by: Holger Weiss &lt;holger@zedat.fu-berlin.de&gt;
</content>
</entry>
<entry>
<title>check_snmp: Make use of standard threshold functions</title>
<updated>2009-05-28T12:10:49Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2009-05-28T00:52:55Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=7cb3ae09334796f3b54e4e6438e38c2cc679b360'/>
<id>urn:sha1:7cb3ae09334796f3b54e4e6438e38c2cc679b360</id>
<content type='text'>
	This patch makes use of standard threshold functions. This allows using
	doubles as thresholds.

	Since SNMP supports only integers, double precision numbers are only
	printed when parsed from a STRING type.

	In addition, support for printing properly Timeticks type has been added,
	and the code has been thoroughly cleaned.
</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>
<entry>
<title>Remove the commented out blocks</title>
<updated>2009-01-24T12:41:45Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2009-01-24T12:41:45Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=0a74b6fda08c484cba7216596d2ffa3931b900e5'/>
<id>urn:sha1:0a74b6fda08c484cba7216596d2ffa3931b900e5</id>
<content type='text'>
The die tests are implemented in the test_*3.t files
</content>
</entry>
</feed>
