<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins-root/t, branch maintenance-2.4.0-check_mysql</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=maintenance-2.4.0-check_mysql</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=maintenance-2.4.0-check_mysql'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2024-03-01T08:03:17Z</updated>
<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>
<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>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>check_dhcp: fix tests interface detection</title>
<updated>2013-09-17T11:13:26Z</updated>
<author>
<name>Sven Nierlein</name>
<email>Sven.Nierlein@consol.de</email>
</author>
<published>2013-09-17T11:13:26Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=08d554ada1d12a0a0bc9c2e6e218789e05287af8'/>
<id>urn:sha1:08d554ada1d12a0a0bc9c2e6e218789e05287af8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_dhcp: fix tests for machines with default interace != eth0</title>
<updated>2013-09-16T11:49:44Z</updated>
<author>
<name>Sven Nierlein</name>
<email>Sven.Nierlein@consol.de</email>
</author>
<published>2013-09-16T10:36:38Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=2b23caf3d107acc71c03373e815e2d3f3103fe18'/>
<id>urn:sha1:2b23caf3d107acc71c03373e815e2d3f3103fe18</id>
<content type='text'>
</content>
</entry>
</feed>
