<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins-root/t/check_icmp.t, 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>2025-06-20T08:53:46Z</updated>
<entry>
<title>Fix number of tests</title>
<updated>2025-06-20T08:53:46Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-06-20T08:53:46Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=d2735eecd4c44ba4a2504304963e861a427e393e'/>
<id>urn:sha1:d2735eecd4c44ba4a2504304963e861a427e393e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix test with weird arguments</title>
<updated>2025-06-20T08:28:45Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-06-20T08:28:45Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=6bc2e75199519d0a7677dff09137558ef6eb761c'/>
<id>urn:sha1:6bc2e75199519d0a7677dff09137558ef6eb761c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_icmp: Remove signal handling and timeouts</title>
<updated>2025-06-20T08:04:34Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-06-20T08:04:34Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=2bea8e9522af1c454d1a6a618402f9f342730406'/>
<id>urn:sha1:2bea8e9522af1c454d1a6a618402f9f342730406</id>
<content type='text'>
The timeout option was redundant in that the runtime
of check_icmp was always limited by the input parameters
and therefore timeout gets removed with this commit to
avoid that confusion.

The rest of the signal handlings was removed too, since
the added complexity does not provide sufficient returns.
If check_icmp gets a signal, it now dies like most other
programs instead of trying to save some things and return a
(arguably wrong) result.
</content>
</entry>
<entry>
<title>Remove check_icmp text regex tests</title>
<updated>2025-06-09T10:42:17Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-06-09T10:33:15Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=0f8690c19b352549961c46c75c7307814e255db0'/>
<id>urn:sha1:0f8690c19b352549961c46c75c7307814e255db0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_icmp: keep performance data order in case of none-reachable hosts</title>
<updated>2024-03-01T08:03:17Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@consol.de</email>
</author>
<published>2024-02-28T14:37:27Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=0488426c7e8018d77734fb0e46328182de28f76a'/>
<id>urn:sha1:0488426c7e8018d77734fb0e46328182de28f76a</id>
<content type='text'>
For responding hosts nothing changes:

    ./check_icmp -H 10.0.0.1
    OK - 10.0.0.1 rta 0.336ms lost 0%|rta=0.336ms;200.000;500.000;0; rtmax=0.471ms;;;; rtmin=0.000ms;;;; pl=0%;40;80;0;100

In case the host is down, the performance data now contain 'U' according to:
https://www.monitoring-plugins.org/doc/guidelines.html#AEN201

Old:
    ./check_icmp -H 10.0.0.99
    CRITICAL - 10.0.0.99: Host unreachable @ 10.0.1.138. rta nan, lost 100%|pl=100%;40;80;0;100

Old:
    ./check_icmp -H 10.0.0.99
    CRITICAL - 10.0.0.99: Host unreachable @ 10.0.1.138. rta nan, lost 100%|rta=U;;;; rtmax=U;;;; rtmin=U;;;; pl=100%;40;80;0;100

This confuses some performance graphing tools, ex.: pnp.

Signed-off-by: Sven Nierlein &lt;sven@consol.de&gt;
</content>
</entry>
<entry>
<title>add some basic tests for the new modes</title>
<updated>2023-10-04T09:34:25Z</updated>
<author>
<name>Danijel Tasov</name>
<email>m@rbfh.de</email>
</author>
<published>2023-10-04T09:34:25Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=4e7eb550791afdb5d3e496a84be00286ccb6fb5b'/>
<id>urn:sha1:4e7eb550791afdb5d3e496a84be00286ccb6fb5b</id>
<content type='text'>
Signed-off-by: Danijel Tasov &lt;m@rbfh.de&gt;
</content>
</entry>
<entry>
<title>update failure regex</title>
<updated>2023-10-04T08:39:30Z</updated>
<author>
<name>Danijel Tasov</name>
<email>m@rbfh.de</email>
</author>
<published>2023-10-04T08:39:30Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=df57a23e0ace0c1d1c19038fd3834b20742ef24a'/>
<id>urn:sha1:df57a23e0ace0c1d1c19038fd3834b20742ef24a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adjust check_icmp tests</title>
<updated>2023-10-04T08:21:41Z</updated>
<author>
<name>Danijel Tasov</name>
<email>m@rbfh.de</email>
</author>
<published>2023-10-04T08:21:41Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=396bcf50ce23fc34d14e4ef8fb6d9843b977f95c'/>
<id>urn:sha1:396bcf50ce23fc34d14e4ef8fb6d9843b977f95c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a lot of typos reported by codespell</title>
<updated>2023-04-14T18:35:00Z</updated>
<author>
<name>Jan Wagner</name>
<email>waja@cyconet.org</email>
</author>
<published>2023-04-14T14:37:47Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=0f3703e641f0f995a8abb40056cb5430b6c228c4'/>
<id>urn:sha1:0f3703e641f0f995a8abb40056cb5430b6c228c4</id>
<content type='text'>
</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>
</feed>
