# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1421855567 -3600 # Node ID e0ba766678c44b630ea009b4c62cb52056568979 # Parent 5331bad74932b55a94b27a7123f36ca9f0ef8083 [debian:nagios-plugin-dns-delegation_0.1] # --- # this is for package version nagios-plugin-dns-delegation_0.1 diff -r 5331bad74932 -r e0ba766678c4 debian/changelog --- a/debian/changelog Tue Jan 20 23:33:05 2015 +0100 +++ b/debian/changelog Wed Jan 21 16:52:47 2015 +0100 @@ -1,3 +1,155 @@ +nagios-plugin-dns-delegation (0.1) stable; urgency=medium + + * intial framework: + * works for NS check: Now we can compare the officially known name + servers (from googles public NS service) with the name servers a + reference system knows. + * added manpage and help: + * reference localhost: We use the local host as a reference for the + domains in question. + * added local: option for named-checkconf -p: + * check for AA flag: Make sure that we compare the authoritive answers + with the outside worlds view. + * fix: skip subdomains of 168.192.in-addr.arpa: + * Smart::Comments only if $ENV{DEBUG}: + * complete error description: + * working on pu for now.: Further testing expected. + * more on caching of resolver objects: + * serial is compared with reference server too: + * updated doc: + * more doc: + * Serial needs have the aa flag set!: + * override works: Now we read a override file (current default + /etc/bind/zones.override) in case our own information about NS is + not correct. Useful for these a.pending-verification.joker.com + domains. + * include the override domains and shuffle: The list of override + domains is considered as part of the domains that need to be + checked. + * Include the override domains into local:: If local: is selected as + source of domain names, the override file will be used as an + additional source too. + * zones.override automatically added to domainlist: If the local: + domainlist is used, the domains containted in the override file are + added automatically to the list of domains + * [merged]: + * moved the code to a perl module: Now the working parts are in + Nagios::Check::DNS::delegation.pm. It's not a package. Just a + detached module. + * doc added: + * Better message if there is no ns server known in public, but the + domain: + * added check for serial aa: Now we can ask the serial() to request aa + answers. + * check serial with overrides, not with local server: + * local: read from nzf: + * changed handling of overrides: No the overrides are considered to be + our reference source + * nzf does not contain quotations: + * better matching for optional quotes: + * updated manifest: + * all the example files for later reference: + * intial framework: + * works for NS check: Now we can compare the officially known name + servers (from googles public NS service) with the name servers a + reference system knows. + * added manpage and help: + * reference localhost: We use the local host as a reference for the + domains in question. + * added local: option for named-checkconf -p: + * check for AA flag: Make sure that we compare the authoritive answers + with the outside worlds view. + * fix: skip subdomains of 168.192.in-addr.arpa: + * Smart::Comments only if $ENV{DEBUG}: + * complete error description: + * working on pu for now.: Further testing expected. + * more on caching of resolver objects: + * serial is compared with reference server too: + * updated doc: + * more doc: + * Serial needs have the aa flag set!: + * override works: Now we read a override file (current default + /etc/bind/zones.override) in case our own information about NS is + not correct. Useful for these a.pending-verification.joker.com + domains. + * include the override domains and shuffle: The list of override + domains is considered as part of the domains that need to be + checked. + * Include the override domains into local:: If local: is selected as + source of domain names, the override file will be used as an + additional source too. + * zones.override automatically added to domainlist: If the local: + domainlist is used, the domains containted in the override file are + added automatically to the list of domains + * [merged]: + * moved the code to a perl module: Now the working parts are in + Nagios::Check::DNS::delegation.pm. It's not a package. Just a + detached module. + * doc added: + * Better message if there is no ns server known in public, but the + domain: + * added check for serial aa: Now we can ask the serial() to request aa + answers. + * check serial with overrides, not with local server: + * local: read from nzf: + * changed handling of overrides: No the overrides are considered to be + our reference source + * nzf does not contain quotations: + * better matching for optional quotes: + * updated manifest: + * all the example files for later reference: + * intial framework: + * works for NS check: Now we can compare the officially known name + servers (from googles public NS service) with the name servers a + reference system knows. + * added manpage and help: + * reference localhost: We use the local host as a reference for the + domains in question. + * added local: option for named-checkconf -p: + * check for AA flag: Make sure that we compare the authoritive answers + with the outside worlds view. + * fix: skip subdomains of 168.192.in-addr.arpa: + * Smart::Comments only if $ENV{DEBUG}: + * complete error description: + * working on pu for now.: Further testing expected. + * more on caching of resolver objects: + * serial is compared with reference server too: + * updated doc: + * more doc: + * Serial needs have the aa flag set!: + * override works: Now we read a override file (current default + /etc/bind/zones.override) in case our own information about NS is + not correct. Useful for these a.pending-verification.joker.com + domains. + * include the override domains and shuffle: The list of override + domains is considered as part of the domains that need to be + checked. + * Include the override domains into local:: If local: is selected as + source of domain names, the override file will be used as an + additional source too. + * zones.override automatically added to domainlist: If the local: + domainlist is used, the domains containted in the override file are + added automatically to the list of domains + * [merged]: + * moved the code to a perl module: Now the working parts are in + Nagios::Check::DNS::delegation.pm. It's not a package. Just a + detached module. + * doc added: + * Better message if there is no ns server known in public, but the + domain: + * added check for serial aa: Now we can ask the serial() to request aa + answers. + * check serial with overrides, not with local server: + * local: read from nzf: + * changed handling of overrides: No the overrides are considered to be + our reference source + * nzf does not contain quotations: + * better matching for optional quotes: + * updated manifest: + * all the example files for later reference: + + -- Heiko Schlittermann (HS12-RIPE) Wed, 21 Jan 2015 16:52:31 +0100 + nagios-plugin-dns-delegation (0.0) unstable; urgency=low * Initial release diff -r 5331bad74932 -r e0ba766678c4 debian/rules --- a/debian/rules Tue Jan 20 23:33:05 2015 +0100 +++ b/debian/rules Wed Jan 21 16:52:47 2015 +0100 @@ -29,4 +29,6 @@ #override_dh_auto_configure: # dh_auto_configure -- \ # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) -# + +override_dh_installchangelogs: + dh_installchangelogs CHANGES