<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins, branch 3.0.0-rc1</title>
<subtitle>Monitoring Plugins
</subtitle>
<id>https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=3.0.0-rc1</id>
<link rel='self' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/atom?h=3.0.0-rc1'/>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/'/>
<updated>2025-12-02T14:20:16Z</updated>
<entry>
<title>Pre release 3.0.0-rc1</title>
<updated>2025-12-02T14:20:16Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-12-02T14:03:33Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=fc31cd2165aa3a6f8003b63ff4f3ff6ddc63a218'/>
<id>urn:sha1:fc31cd2165aa3a6f8003b63ff4f3ff6ddc63a218</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_snmp: fix offset computation for INTEGER (#2190)</title>
<updated>2025-12-02T10:32:17Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-12-02T10:32:17Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=25329a9097cbd272a4d94e2ae9b09e423016c022'/>
<id>urn:sha1:25329a9097cbd272a4d94e2ae9b09e423016c022</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_dig: add -E/--require-flags and -X/--forbid-flags (#2165)</title>
<updated>2025-11-29T14:24:52Z</updated>
<author>
<name>Dennis</name>
<email>13968467+Decstasy@users.noreply.github.com</email>
</author>
<published>2025-11-29T14:24:52Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=fd42290d4a0aafd0d3c154cdd8fad53bfcc79046'/>
<id>urn:sha1:fd42290d4a0aafd0d3c154cdd8fad53bfcc79046</id>
<content type='text'>
* check_dig: Add feature to require or forbid dig DNS flags -E, -X.
Introduced helper functions for flag parsing.

 -E, --require-flags=LIST
    Comma-separated dig flags that must be present (e.g. 'aa,qr')
 -X, --forbid-flags=LIST
    Comma-separated dig flags that must NOT be present</content>
</entry>
<entry>
<title>Fix/check curl sticky redir (#2188)</title>
<updated>2025-11-28T11:21:08Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-11-28T11:21:08Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=db2983da7e8175ca3928998d4547acdf75d55dc0'/>
<id>urn:sha1:db2983da7e8175ca3928998d4547acdf75d55dc0</id>
<content type='text'>
* check_curl: avoid freeing memory when we don't know where it came from

* check_curl: when using -f sticky conserve IPv6 addresses properly

When running the check on an ipv6 address with a sticky onredirect
policy like in this example:

  check_curl -6 -H example.com -I ::1 -f sticky

It results in a getaddrinfo error:

  HTTP CRITICAL - Unable to lookup IP address for '[::1]': getaddrinfo returned -3 - Temporary failure in name resolution

This happens because in check_http() if the content of server_addr is an
ipv6 address enclosing brackets are added and on redirection a
subsequent call to check_http() will pass this now bracketed value to
getaddrinfo resulting in the error.

To work around this, strip the brackets from the address prior to the
lookup_host() call.

* add Michael Jeanson to thanks</content>
</entry>
<entry>
<title>check_ntp_time/check_ntp_peer: unix socket handling (#2187)</title>
<updated>2025-11-28T09:52:39Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-11-28T09:52:39Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=2f96b82c9b67ca1aad6cd584a9c458d060bdd4bb'/>
<id>urn:sha1:2f96b82c9b67ca1aad6cd584a9c458d060bdd4bb</id>
<content type='text'>
* check_ntp_time/check_ntp_peer: unix socket handling

* No tests for check_ntp since it is deprecated</content>
</entry>
<entry>
<title>Merge pull request #2183 from RincewindsHat/modern_output/check_mrtgtraf</title>
<updated>2025-11-27T23:35:51Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-11-27T23:35:51Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=16db5eed1e5c59493506fef4e69d564ee8e607ca'/>
<id>urn:sha1:16db5eed1e5c59493506fef4e69d564ee8e607ca</id>
<content type='text'>
check_mrtgtraf: modern output implementation</content>
</entry>
<entry>
<title>Merge pull request #2184 from RincewindsHat/fix/check_mysql_replica_again</title>
<updated>2025-11-27T23:30:38Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-11-27T23:30:38Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=7827b55bbf3e0909b263f4e756c8dfcd12243b78'/>
<id>urn:sha1:7827b55bbf3e0909b263f4e756c8dfcd12243b78</id>
<content type='text'>
Look for either replica or slave in replica status</content>
</entry>
<entry>
<title>Merge pull request #2185 from RincewindsHat/fix/curl_segfault</title>
<updated>2025-11-27T13:43:32Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-11-27T13:43:32Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=6c231f0dd8e6e07f58de155b0a879532583f4bf0'/>
<id>urn:sha1:6c231f0dd8e6e07f58de155b0a879532583f4bf0</id>
<content type='text'>
check_curl: abort redir if location is not found</content>
</entry>
<entry>
<title>Merge pull request #2186 from RincewindsHat/doc/check_curl_usage</title>
<updated>2025-11-27T13:42:20Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-11-27T13:42:20Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=a2ccc814873677f4e50fe63b92c171e992a0c903'/>
<id>urn:sha1:a2ccc814873677f4e50fe63b92c171e992a0c903</id>
<content type='text'>
check_curl: try to be more helpful in check_curls help</content>
</entry>
<entry>
<title>Remove some superfluous newlines</title>
<updated>2025-11-27T13:42:05Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-11-27T13:42:05Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=57043387ea640ecf0a32fded0974f6366a53766f'/>
<id>urn:sha1:57043387ea640ecf0a32fded0974f6366a53766f</id>
<content type='text'>
</content>
</entry>
</feed>
