Open pbiering opened 11 months ago
OMD ships the https://www.monitoring-plugins.org/ while rhel uses nagios-plugins. Both projects having the same version is only a coincidence and might happen, since both share the same roots.
Looks like related to https://github.com/monitoring-plugins/monitoring-plugins/issues/894, while check_dns
from Nagios plugins was extended, Monitoring plugins refer to use check_dig
as replacement.
So I see some options
check_dns
as deprecated in OMD / Monitoring pluginsDuring evaluation/migration it turned out that check_dns
cannot be 100% replaced by check_dig
check_dns
by default is using DNS servers configured in /etc/resolv.conf for a query and can be used for configuration of generic DND lookup checkscheck_dig
by default is using DNS server 127.0.0.1 if not explicitly supplied via option -H
and can only be used checking dedicated DNS servers
Is there a packaging/bundling problem?
check_dns
reports same version, but has different features, the OMD one looks like from 2008 while the RPM based one is from 2018OMD 5.20:
(missing option -q)
while from RPM nagios-plugins-dns-2.3.3-6.el8.x86_64: