<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/NPTest.pm, 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-03-07T18:29:24Z</updated>
<entry>
<title>Just use eval instead of Try::Tiny in tests</title>
<updated>2025-03-07T18:29:24Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-03-07T18:29:24Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=ff8aa20d0e42ca20184f67ec035d157c70ae7605'/>
<id>urn:sha1:ff8aa20d0e42ca20184f67ec035d157c70ae7605</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use Try::Tiny instead of experimental feature</title>
<updated>2025-03-07T17:09:03Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-03-07T16:48:27Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=f2275431783a5aaed25c35b5deec37c244872a7a'/>
<id>urn:sha1:f2275431783a5aaed25c35b5deec37c244872a7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not die in tests if JSON Parsing fails</title>
<updated>2025-03-07T16:28:36Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-03-07T16:28:36Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=18dedf3463534a9f6c8137628c482298dbb0459b'/>
<id>urn:sha1:18dedf3463534a9f6c8137628c482298dbb0459b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement JSON output parsing for tests</title>
<updated>2025-03-07T16:05:02Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-03-07T08:09:45Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=5ad1c0e821a5aaafe47dbe79d5f69820fde798bd'/>
<id>urn:sha1:5ad1c0e821a5aaafe47dbe79d5f69820fde798bd</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>tests: rework test parameters</title>
<updated>2018-12-04T14:20:19Z</updated>
<author>
<name>Sven Nierlein</name>
<email>Sven.Nierlein@consol.de</email>
</author>
<published>2018-12-04T14:20:18Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=d7dcca22ae2f7bdf0ee2282e00c1999de0b58e26'/>
<id>urn:sha1:d7dcca22ae2f7bdf0ee2282e00c1999de0b58e26</id>
<content type='text'>
there were 2 variants of calling getTestParameter:

    - parameter, description, default value
    - parameter, env value, default value, description, scope

While scope was never actually used and having 2 names for the same value led
to having 2 different entries in the cache file for the same configuration.

This commit removes the variants and simplifies tests parameters by only using
the first 3 parameter variant.
</content>
</entry>
<entry>
<title>NPTest: unify whitespace</title>
<updated>2018-12-04T13:54:12Z</updated>
<author>
<name>Sven Nierlein</name>
<email>sven@nierlein.de</email>
</author>
<published>2018-12-04T08:50:25Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=b69eb5afed40f14ba648c3358e2b46aeb75b0c5d'/>
<id>urn:sha1:b69eb5afed40f14ba648c3358e2b46aeb75b0c5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: fping checks require being root or setuid root</title>
<updated>2014-06-13T13:23:18Z</updated>
<author>
<name>Sven Nierlein</name>
<email>Sven.Nierlein@consol.de</email>
</author>
<published>2014-06-13T12:20:14Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=93901d5ff10cd7fd915cc09d7c496cec49f82ce5'/>
<id>urn:sha1:93901d5ff10cd7fd915cc09d7c496cec49f82ce5</id>
<content type='text'>
on the fping binary. Check this before running the test.

Signed-off-by: Sven Nierlein &lt;Sven.Nierlein@consol.de&gt;
</content>
</entry>
<entry>
<title>tests: testCmd has own timeout which overwrites local one</title>
<updated>2014-06-12T11:56:48Z</updated>
<author>
<name>Sven Nierlein</name>
<email>Sven.Nierlein@consol.de</email>
</author>
<published>2014-06-12T11:56:48Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=c5a6c5136a2a7e629907b04a63dff059603bdb09'/>
<id>urn:sha1:c5a6c5136a2a7e629907b04a63dff059603bdb09</id>
<content type='text'>
so add configurable/optional timeout to testCmd.

Signed-off-by: Sven Nierlein &lt;Sven.Nierlein@consol.de&gt;
</content>
</entry>
<entry>
<title>Enable tests in tests/ subdirs</title>
<updated>2014-01-31T13:54:44Z</updated>
<author>
<name>Thomas Guyot-Sionnest</name>
<email>dermoth@aei.ca</email>
</author>
<published>2014-01-31T13:54:44Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=1dd0e4c96376f2c28590dad683161ee8c57c0508'/>
<id>urn:sha1:1dd0e4c96376f2c28590dad683161ee8c57c0508</id>
<content type='text'>
</content>
</entry>
</feed>
