<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins, branch v3.0.0-rc3</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=v3.0.0-rc3</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=v3.0.0-rc3'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2026-04-13T12:50:01Z</updated>
<entry>
<title>3.0.0-rc3 release</title>
<updated>2026-04-13T12:50:01Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>lorenz.kaestle@netways.de</email>
</author>
<published>2026-04-13T12:50:01Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=cee88420a7439617cbe2b45d2aa2b6c5f360205a'/>
<id>urn:sha1:cee88420a7439617cbe2b45d2aa2b6c5f360205a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix/compiler warnings (#2255)</title>
<updated>2026-04-09T12:54:08Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2026-04-09T12:54:08Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=1eace3a997cac6a98091238c6f71a2279183b1ad'/>
<id>urn:sha1:1eace3a997cac6a98091238c6f71a2279183b1ad</id>
<content type='text'>
* Fix compiler warning about comparing different signedness

* Fix compiler warning about constant strings</content>
</entry>
<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>Rename USE_OPENSSL to MOPL_USE_OPENSSL (#2253)</title>
<updated>2026-04-08T16:06:29Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2026-04-08T16:06:29Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=3a6f9292f147de29b21dafa4cf9b7efce3e4cbfd'/>
<id>urn:sha1:3a6f9292f147de29b21dafa4cf9b7efce3e4cbfd</id>
<content type='text'>
net-snmp uses the same pre processor name "USE_OPENSSL" as we do.
To avoid the conflict, this commit renames it on our side to
"MOPL_USE_OPENSSL".
"MOPL" (better "MoPl"?) stands for Monitoring Plugins.</content>
</entry>
<entry>
<title>check_curl: Clean up (#2252)</title>
<updated>2026-04-08T15:21:44Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2026-04-08T15:21:44Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=613cb60c96e21eaafb82b80a6b6d84b1b1f9729f'/>
<id>urn:sha1:613cb60c96e21eaafb82b80a6b6d84b1b1f9729f</id>
<content type='text'>
* check_curl: remove unused variables

* check_curl: run formatter on related files

* check_curl_helpers: make code a bit more understandable

* check_curl helpers: general api cleanup and code style</content>
</entry>
<entry>
<title>removed -Werror=declaration-after-statement from net-snmp-config --cflags causing trouble in check_snmp.c (#2250)</title>
<updated>2026-04-07T12:13:38Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2026-04-07T12:13:38Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=ddd1bd9fbd84b29fb169e592943d1fdfc8ad0d7e'/>
<id>urn:sha1:ddd1bd9fbd84b29fb169e592943d1fdfc8ad0d7e</id>
<content type='text'>
Co-authored-by: Andreas Baumann &lt;mail@andreasbaumann.cc&gt;</content>
</entry>
<entry>
<title>check_snmp: fixed falltrhough case in ASN_FLOAT/ASN_DOUBLE (#2249)</title>
<updated>2026-04-07T11:16:59Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2026-04-07T11:16:59Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=7c20cb97292a8207b0fe4e76425b62409be68b12'/>
<id>urn:sha1:7c20cb97292a8207b0fe4e76425b62409be68b12</id>
<content type='text'>
Co-authored-by: Andreas Baumann &lt;mail@andreasbaumann.cc&gt;</content>
</entry>
<entry>
<title>common.h: added guard to avoid warning when ENABLE_NLS is not defined (#2248)</title>
<updated>2026-04-07T11:16:44Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2026-04-07T11:16:44Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=81345e3487b85712287efc851e67ca60da59c3a1'/>
<id>urn:sha1:81345e3487b85712287efc851e67ca60da59c3a1</id>
<content type='text'>
Co-authored-by: Andreas Baumann &lt;mail@andreasbaumann.cc&gt;</content>
</entry>
<entry>
<title>Add option to override output for check in lib for check_by_ssh (#2230)</title>
<updated>2026-04-06T10:17:43Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2026-04-06T10:17:43Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=9980e788509af3203725cdcd15f517ad1ed503fb'/>
<id>urn:sha1:9980e788509af3203725cdcd15f517ad1ed503fb</id>
<content type='text'>
The new output functionality was discussed in the context of
check_by_ssh, where it mostly adds more stuff which was seen as
not inherently usefull as a succesful check_by_ssh check
might as well be transparent.</content>
</entry>
<entry>
<title>Revert check_disk performance data back to used space (#2243)</title>
<updated>2026-04-06T09:55:27Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2026-04-06T09:55:27Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=c57381d789fb246602966fccfcb80131a7fb0461'/>
<id>urn:sha1:c57381d789fb246602966fccfcb80131a7fb0461</id>
<content type='text'>
* Implement simple output shortcut for ranges

If ranges start with zero (e.g. 0:10), the zero and the colon
can be left out.

This patch implements this by default, since some systems (icinga2)
do not fully implement the whole range format and this reduces errors
in the common case of just an upper border.

* switch check_disk perfdata back to used space</content>
</entry>
</feed>
