<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/lib, 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:06:29Z</updated>
<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>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>
<entry>
<title>Remove troublesome symbols from output (#2240)</title>
<updated>2026-03-16T11:28:25Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2026-03-16T11:28:25Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=2d4f98f50b3470852aea99c61c64cfc11405a8fc'/>
<id>urn:sha1:2d4f98f50b3470852aea99c61c64cfc11405a8fc</id>
<content type='text'>
Co-authored-by: Lorenz Kästle &lt;lorenz.kaestle@netways.de&gt;</content>
</entry>
<entry>
<title>Make replacing of mismatching single quotes work (#2232)</title>
<updated>2026-02-16T10:27:49Z</updated>
<author>
<name>Dirk Mueller</name>
<email>dmueller@suse.com</email>
</author>
<published>2026-02-16T10:27:49Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=15b9a39b6085f9382e1907ef769a50aee716e839'/>
<id>urn:sha1:15b9a39b6085f9382e1907ef769a50aee716e839</id>
<content type='text'>
Fixes a logic error in the string handling that led to dead code before.</content>
</entry>
<entry>
<title>Fix typo in enum MP_PARSING_SUCCES(S) (#2233)</title>
<updated>2026-02-16T10:22:39Z</updated>
<author>
<name>Dirk Mueller</name>
<email>dmueller@suse.com</email>
</author>
<published>2026-02-16T10:22:39Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=07a249a5d74a980ca78cead569de5351963cc561'/>
<id>urn:sha1:07a249a5d74a980ca78cead569de5351963cc561</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a few typos (#2231)</title>
<updated>2026-02-16T10:21:21Z</updated>
<author>
<name>Dirk Mueller</name>
<email>dmueller@suse.com</email>
</author>
<published>2026-02-16T10:21:21Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=423d0c52674bfa4ec49e4ae8bce645131f657f74'/>
<id>urn:sha1:423d0c52674bfa4ec49e4ae8bce645131f657f74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Compute numbers in output summary correctly</title>
<updated>2026-01-14T16:28:51Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>lorenz.kaestle@netways.de</email>
</author>
<published>2026-01-14T16:28:51Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=3e8cef3721533b124a765f7f320312434611afc3'/>
<id>urn:sha1:3e8cef3721533b124a765f7f320312434611afc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parse_ini: correct string length</title>
<updated>2026-01-09T13:03:32Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2026-01-09T13:03:32Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=db0349ae13af260687347064b71127e53b03b0b0'/>
<id>urn:sha1:db0349ae13af260687347064b71127e53b03b0b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/utils_cmd: Rename stdout, stderr in cmd_run_result</title>
<updated>2025-12-11T20:05:49Z</updated>
<author>
<name>Alvar Penning</name>
<email>post@0x21.biz</email>
</author>
<published>2025-12-11T09:53:07Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=6ce11bc44f5fe2344083a94175a1667ca02e016c'/>
<id>urn:sha1:6ce11bc44f5fe2344083a94175a1667ca02e016c</id>
<content type='text'>
On OpenBSD's "stdio.h", stdin, stdout, and stderr are not directly
FILE*, but #defines. Thus, naming the output struct fields stdout and
stderr resulted in compiler errors, after replacing the #define.

https://codeberg.org/OpenBSD/src/src/commit/a762189c5efbb2811f3c853bc0e5578fd5fb919d/include/stdio.h#L75-L77
</content>
</entry>
</feed>
