<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins-root, branch iputils</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=iputils</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=iputils'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2021-11-24T18:02:17Z</updated>
<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>
<entry>
<title>check_icmp: Do not overwrite -4,-6 on lookup</title>
<updated>2018-12-10T14:39:13Z</updated>
<author>
<name>Jacob Hansen</name>
<email>jhansen@op5.com</email>
</author>
<published>2018-12-10T14:00:43Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=4a4ef0d6898cd1590561cd7685d1b8b02b757823'/>
<id>urn:sha1:4a4ef0d6898cd1590561cd7685d1b8b02b757823</id>
<content type='text'>
In case we needed to do a lookup, we previously overwrote the
address_family to IPv6, even if we supplied -4 as a cmd line argument.

This commit should ensure the cmd line argument is always followed.

Signed-off-by: Jacob Hansen &lt;jhansen@op5.com&gt;
</content>
</entry>
<entry>
<title>check_icmp: emit error if multiple protocol version</title>
<updated>2018-12-10T14:39:13Z</updated>
<author>
<name>Jacob Hansen</name>
<email>jhansen@op5.com</email>
</author>
<published>2018-12-10T13:49:13Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=ca6efcd02b203e9e07b869af050c1b9849e04608'/>
<id>urn:sha1:ca6efcd02b203e9e07b869af050c1b9849e04608</id>
<content type='text'>
As we do not support checking both IPv4 and IPv6 hosts in one execution
we emit an error if multiple protocol versions are defined in the cmd
line args.

Signed-off-by: Jacob Hansen &lt;jhansen@op5.com&gt;
</content>
</entry>
<entry>
<title>check_icmp: move opts string into a variable</title>
<updated>2018-12-10T14:39:13Z</updated>
<author>
<name>Jacob Hansen</name>
<email>jhansen@op5.com</email>
</author>
<published>2018-12-10T13:43:09Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=7a660b3f018e0903e098cbd2e766a9af18f6723f'/>
<id>urn:sha1:7a660b3f018e0903e098cbd2e766a9af18f6723f</id>
<content type='text'>
This commit moves the opts string into a variable as it is now used
twice.

Signed-off-by: Jacob Hansen &lt;jhansen@op5.com&gt;
</content>
</entry>
</feed>
