bzed / pkg-nagios-plugins-contrib

Migrated to salsa!
https://salsa.debian.org/nagios-team/nagios-plugins-contrib
40 stars 41 forks source link

check_zone_auth should check v4 and v6 addresses of nameservers individually #87

Open flohoff opened 5 years ago

flohoff commented 5 years ago

Hi, currently check_zone_auth does not distinguish between a nameservers v4 and v6 address and queries whatever Net::DNS::Resolver finds appropriate.

As v4 and v6 may be broken individually or serve different data on error the check_zone_auth should explicitly query the nameservers v4 and v6 addresses. v6 needs to be enabled as the icinga host may not have v6 connectivity.

Flo