<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins-root, branch maint-2.3.2</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=maint-2.3.2</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=maint-2.3.2'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2022-07-14T08:25:51Z</updated>
<entry>
<title>Set msg_namelen to the size of the sockaddr struct for the appropriate address family and not sockaddr_storage (#1771)</title>
<updated>2022-07-14T08:25:51Z</updated>
<author>
<name>eriksejr</name>
<email>hpx@hotmail.com</email>
</author>
<published>2022-07-14T08:25:51Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=ee50ddf6988e9d14502ed3fa4645dcd679f347f8'/>
<id>urn:sha1:ee50ddf6988e9d14502ed3fa4645dcd679f347f8</id>
<content type='text'>
Co-authored-by: Erik Sejr &lt;eriks@ssimicro.com&gt;
Co-authored-by: Lorenz &lt;12514511+RincewindsHat@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>check_icmp: buffer offerflow (#1733)</title>
<updated>2022-03-15T21:00:55Z</updated>
<author>
<name>Lorenz</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2022-03-15T21:00:55Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=605405557102c04e740fc3249675cc5154436d11'/>
<id>urn:sha1:605405557102c04e740fc3249675cc5154436d11</id>
<content type='text'>
* Fix different overflows

* Less includes

* Add testcases

* Remove unused variable

* Remove unused and commented includes</content>
</entry>
<entry>
<title>- delay set_source_ip() until address_family is detected</title>
<updated>2022-01-29T11:19:23Z</updated>
<author>
<name>ghciv6</name>
<email>ghciv6@localhost</email>
</author>
<published>2021-12-20T22:39:57Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=986b2479465648c49a7eefc3fbf4df8860e3e4b7'/>
<id>urn:sha1:986b2479465648c49a7eefc3fbf4df8860e3e4b7</id>
<content type='text'>
- add a test to check '-s'
</content>
</entry>
<entry>
<title>More wrong printf formatting</title>
<updated>2021-11-24T18:02:17Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2021-11-24T18:02:17Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=d28bab4dbdf5b5be37b70164dd4a6d55e0ca9380'/>
<id>urn:sha1:d28bab4dbdf5b5be37b70164dd4a6d55e0ca9380</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CodeQL checks</title>
<updated>2021-11-24T13:25:42Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2021-11-24T13:25:42Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e2f24a5af3fe407035c8c57f539148f2d694973b'/>
<id>urn:sha1:e2f24a5af3fe407035c8c57f539148f2d694973b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_icmp: Fix pkt perfdata in check_host mode</title>
<updated>2021-11-15T16:55:49Z</updated>
<author>
<name>Aksel Sjögren</name>
<email>asjogren@itrsgroup.com</email>
</author>
<published>2021-11-15T13:29:51Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=3f9b22ab16b5a9b74d62d7fff9b6bf3a51ed93f7'/>
<id>urn:sha1:3f9b22ab16b5a9b74d62d7fff9b6bf3a51ed93f7</id>
<content type='text'>
Add missing "warn" threshold field in "pkt" perfdata output.
Perfdata should be interpreted as;

  'label'=value[UOM];[warn];[crit];[min];[max]

With one field missing, the hardcoded min value '0' ended up in the
"crit" field, making applications interpreting the perfdata thining that
critical threshold is always exceeded.

Signed-off-by: Aksel Sjögren &lt;asjogren@itrsgroup.com&gt;
</content>
</entry>
<entry>
<title>Fix check_dhcp tests</title>
<updated>2021-04-30T09:14:10Z</updated>
<author>
<name>Aksel Sjögren</name>
<email>asjogren@itrsgroup.com</email>
</author>
<published>2021-04-29T13:58:50Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=39c162e594ec962eb338332624d3ac7474227a2b'/>
<id>urn:sha1:39c162e594ec962eb338332624d3ac7474227a2b</id>
<content type='text'>
* try to use "/usr/sbin/ip" before "ifconfig" since the latter is
  obsolete on Linux to figure out interface to listen for DHCP messages.
  But keeping ifconfig method just in case.
  Without this, tests fail on boxes without ifconfig AND the correct
  interface named ethX.

* amend possible failure responses, as check_dhcp might get a DHCPOFFER,
  but from an unexpected address - which happens if the box running
  tests are on a network with a DHCP server.
</content>
</entry>
<entry>
<title>Add test-debug for plugins-root</title>
<updated>2021-04-30T09:14:04Z</updated>
<author>
<name>Aksel Sjögren</name>
<email>asjogren@itrsgroup.com</email>
</author>
<published>2021-04-29T13:04:19Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=e712d5a6ef194845e815f0471589262bcb1cced4'/>
<id>urn:sha1:e712d5a6ef194845e815f0471589262bcb1cced4</id>
<content type='text'>
Fixes "No rule to make target 'test-debug'" when running "make
test-debug" in root dir.
</content>
</entry>
<entry>
<title>docs: fix simple typo, conspicuosly -&gt; conspicuously</title>
<updated>2020-12-19T06:14:23Z</updated>
<author>
<name>Tim Gates</name>
<email>tim.gates@iress.com</email>
</author>
<published>2020-12-19T06:14:23Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=dbdd0f972af15db15a4e556bd6b2ccf149f59266'/>
<id>urn:sha1:dbdd0f972af15db15a4e556bd6b2ccf149f59266</id>
<content type='text'>
There is a small typo in plugins-root/check_icmp.c.

Should read `conspicuously` rather than `conspicuosly`.
</content>
</entry>
<entry>
<title>Use size_t instead of int when calling sysctl(3).</title>
<updated>2020-01-21T19:40:30Z</updated>
<author>
<name>Vadim Zhukov</name>
<email>persgray@gmail.com</email>
</author>
<published>2017-07-19T10:55:08Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=60ec4d29019c553451d828fe366c8acc46fc8162'/>
<id>urn:sha1:60ec4d29019c553451d828fe366c8acc46fc8162</id>
<content type='text'>
Otherwise, it writes sizeof(size_t) bytes to &amp;oldlen, smashing the stack.
</content>
</entry>
</feed>
