<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins, branch coverity/master</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=coverity%2Fmaster</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=coverity%2Fmaster'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2026-05-19T14:01:43Z</updated>
<entry>
<title>check_http and check_curl: custom timeout return state (#2266)</title>
<updated>2026-05-19T14:01:43Z</updated>
<author>
<name>inqrphl</name>
<email>32687873+inqrphl@users.noreply.github.com</email>
</author>
<published>2026-05-19T14:01:43Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=178e9a02e367ab4527129ddbc623401e245d00b2'/>
<id>urn:sha1:178e9a02e367ab4527129ddbc623401e245d00b2</id>
<content type='text'>
check_curl + check_http:
 hdd cli argument to return custom states on timeout

---------

Co-authored-by: Ahmet Oeztuerk &lt;Ahmet.Oeztuerk@consol.de&gt;</content>
</entry>
<entry>
<title>Fix/check load inconsistencies (#2267)</title>
<updated>2026-05-19T07:18:20Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2026-05-19T07:18:20Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=5ccce854954e807e51966b3db9388bf20284b949'/>
<id>urn:sha1:5ccce854954e807e51966b3db9388bf20284b949</id>
<content type='text'>
* Remove redundant new line in multi-line outputs

* check_load: Fix missing brace in output

* check_load: rename function to properly indicate purpose

* check_load: show the correct amount of procs

* check_load: allow execution without parameters

---------

Co-authored-by: Lorenz Kästle &lt;lorenz.kaestle@netways.de&gt;</content>
</entry>
<entry>
<title>check_snmp: Put all privproto/authproto options into help (#2261)</title>
<updated>2026-04-24T13:08:23Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2026-04-24T13:08:23Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=1211edf2eaee9b26eca0505d0708629548e29f6e'/>
<id>urn:sha1:1211edf2eaee9b26eca0505d0708629548e29f6e</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>
</feed>
