<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins/check_ping.c, branch 3.0.0-rc3</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=3.0.0-rc3</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=3.0.0-rc3'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2026-04-08T16:26:03Z</updated>
<entry>
<title>added CHECK_EOF to work around warnings about EOF and -1 being the same (#2254)</title>
<updated>2026-04-08T16:26:03Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2026-04-08T16:26:03Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=1db493092ca6a68ff690251cc428037b54019a73'/>
<id>urn:sha1:1db493092ca6a68ff690251cc428037b54019a73</id>
<content type='text'>
Co-authored-by: Andreas Baumann &lt;mail@andreasbaumann.cc&gt;</content>
</entry>
<entry>
<title>Make IPv6 unconditional (#2219)</title>
<updated>2026-02-06T11:59:58Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2026-02-06T11:59:58Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=0f0865c910096c95594ac09929708e84934e46df'/>
<id>urn:sha1:0f0865c910096c95594ac09929708e84934e46df</id>
<content type='text'>
This commits removes the detection of IPv6 availability.
The IPv6 code in the plugins is used unconditionally now.</content>
</entry>
<entry>
<title>Run clang-format again</title>
<updated>2025-09-15T10:59:37Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-09-15T10:59:37Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=802e46f8ea36c344f112d7e1dd8d64d17a4cc939'/>
<id>urn:sha1:802e46f8ea36c344f112d7e1dd8d64d17a4cc939</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_ping: fix some variables forgotten during refactoring</title>
<updated>2025-03-17T11:57:21Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-03-17T11:57:21Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=abc87a3d6d3ded76f44b87f28604db8a220fc9ba'/>
<id>urn:sha1:abc87a3d6d3ded76f44b87f28604db8a220fc9ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix another sscanf instance</title>
<updated>2025-03-12T16:27:20Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-03-12T16:26:32Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=04c5e4024fd922cdae4b6b302668af44187c1193'/>
<id>urn:sha1:04c5e4024fd922cdae4b6b302668af44187c1193</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove nagios reference</title>
<updated>2025-03-12T16:27:11Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-03-12T15:16:53Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=a609c0214fb4fbeb86ab75e7dff4f4c7deedcc3b'/>
<id>urn:sha1:a609c0214fb4fbeb86ab75e7dff4f4c7deedcc3b</id>
<content type='text'>
Narrow down sscanf expression
</content>
</entry>
<entry>
<title>Refactor check_ping</title>
<updated>2025-03-12T12:03:17Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-03-12T12:03:17Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=ae60d6d8d818191afba08819c5a62673b98ef29a'/>
<id>urn:sha1:ae60d6d8d818191afba08819c5a62673b98ef29a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_ping: general refactoring</title>
<updated>2025-03-12T10:57:34Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-03-12T10:57:34Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=29c0998cdf0fdb00685df305c0d9e6fcd90eadd6'/>
<id>urn:sha1:29c0998cdf0fdb00685df305c0d9e6fcd90eadd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_ping: clang-format</title>
<updated>2025-03-12T10:24:53Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-03-12T10:24:53Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=19514d21b90f3ed5e1925fa2a96b3bb9cfc40f02'/>
<id>urn:sha1:19514d21b90f3ed5e1925fa2a96b3bb9cfc40f02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_ping: linter fixes</title>
<updated>2024-10-31T12:42:06Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2024-10-31T12:42:06Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=b227a9f85498e724bd82b4d6bd9fccc02f64763a'/>
<id>urn:sha1:b227a9f85498e724bd82b4d6bd9fccc02f64763a</id>
<content type='text'>
</content>
</entry>
</feed>
