<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monitoring-plugins/plugins/check_dns.c, 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>2025-09-15T10:59:37Z</updated>
<entry>
<title>Run clang-format again</title>
<updated>2025-09-15T10:59:37Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-09-15T10:59:37Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=802e46f8ea36c344f112d7e1dd8d64d17a4cc939'/>
<id>urn:sha1:802e46f8ea36c344f112d7e1dd8d64d17a4cc939</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ignore CNAMEs in RDNS-mode #1460</title>
<updated>2025-03-09T14:43:06Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-03-09T14:43:06Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=16cb24807db5b1bd20e2b31a15bda7940f1145bd'/>
<id>urn:sha1:16cb24807db5b1bd20e2b31a15bda7940f1145bd</id>
<content type='text'>
Suppose your provider uses RFC 2317 (or RFC 4183 for that matter). The output of nslookup could look like the following:
2.120.22.172.in-addr.arpa	canonical name = 2.0/26.120.22.172.in-addr.arpa.
2.0/26.120.22.172.in-addr.arpa	name = rajesh.intern.prauscher.de.
Without this filter, check_dns would check the string against "2.0/26.120.22.172.in-addr.arpa., rajesh.intern.prauscher.de." which will fail for obvious reasons.
In forward DNS, this is achieved in line 165, as nslookup will print the address separate from the CNAME-resolving.

Original commit by Patrick Rauscher (prauscher@prauscher.de), adapted
here.
</content>
</entry>
<entry>
<title>Remove redundant NULL checks and replace deprecated index function</title>
<updated>2025-03-09T11:41:13Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-03-09T11:41:13Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=8b8ce8a6055664b8db2156093fd6afa9cfa1c42f'/>
<id>urn:sha1:8b8ce8a6055664b8db2156093fd6afa9cfa1c42f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_dns: some comments, small improvements</title>
<updated>2025-03-09T11:11:02Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-03-09T11:11:02Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=c0d9580dac9779c40434c9b63a0ef4ef82b2e8ba'/>
<id>urn:sha1:c0d9580dac9779c40434c9b63a0ef4ef82b2e8ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor check_dns</title>
<updated>2025-03-09T11:04:40Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-03-08T12:05:57Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=65794e31374b3aa6e1f2c03d090b52e137df13e6'/>
<id>urn:sha1:65794e31374b3aa6e1f2c03d090b52e137df13e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clang-format</title>
<updated>2025-03-08T09:55:21Z</updated>
<author>
<name>Lorenz Kästle</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2025-03-08T09:55:21Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=230054f94d8b6f90076c3cc25c9c36e7b3747c74'/>
<id>urn:sha1:230054f94d8b6f90076c3cc25c9c36e7b3747c74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_dns: update copyright</title>
<updated>2024-10-31T02:33:51Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2024-10-31T02:33:51Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=078e9b96adce9a9ae10535e496a743288eb8c9f2'/>
<id>urn:sha1:078e9b96adce9a9ae10535e496a743288eb8c9f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_dns: Linter fixes</title>
<updated>2024-10-31T02:33:10Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2024-10-31T02:33:10Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=4f34506c81484673bf3623d1c3a8100dc1761e8c'/>
<id>urn:sha1:4f34506c81484673bf3623d1c3a8100dc1761e8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_dns: do not export local variables</title>
<updated>2024-10-31T02:30:42Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2024-10-31T02:30:42Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=702dc596a4a6ed124751c55cbd5c62f96ae8a157'/>
<id>urn:sha1:702dc596a4a6ed124751c55cbd5c62f96ae8a157</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_dns: clang-format</title>
<updated>2024-10-31T02:29:32Z</updated>
<author>
<name>RincewindsHat</name>
<email>12514511+RincewindsHat@users.noreply.github.com</email>
</author>
<published>2024-10-31T02:29:32Z</published>
<link rel='alternate' type='text/html' href='https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=499c0a07ae42ef48b3a1f25031fb933c3c59e327'/>
<id>urn:sha1:499c0a07ae42ef48b3a1f25031fb933c3c59e327</id>
<content type='text'>
</content>
</entry>
</feed>
