debian/changelog
changeset 49 62b17372f2d8
parent 48 a9a9b00be37f
equal deleted inserted replaced
48:a9a9b00be37f 49:62b17372f2d8
     1 nagios-plugin-dns-delegation (0.6) stable; urgency=medium
       
     2 
       
     3   * Fix nzf parser for comment lines
       
     4 
       
     5  -- Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>  Tue, 12 Jul 2016 16:09:55 +0200
       
     6 
       
     7 nagios-plugin-dns-delegation (0.5) stable; urgency=medium
       
     8 
       
     9   * real fix for the postinst
       
    10 
       
    11  -- Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>  Thu, 15 Oct 2015 15:09:02 +0200
       
    12 
       
    13 nagios-plugin-dns-delegation (0.4) stable; urgency=medium
       
    14 
       
    15   * fix postinst
       
    16 
       
    17  -- Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>  Thu, 15 Oct 2015 15:01:02 +0200
       
    18 
       
    19 nagios-plugin-dns-delegation (0.3) stable; urgency=medium
       
    20 
       
    21   * added /etc/check_dns-delegation directory:
       
    22 
       
    23  -- Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>  Thu, 22 Jan 2015 15:20:25 +0100
       
    24 
       
    25 nagios-plugin-dns-delegation (0.2) stable; urgency=medium
       
    26 
       
    27   * override file is now /etc/check_dns-delegation:
       
    28   * added postinst script to create the override file
       
    29 
       
    30  -- Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>  Thu, 22 Jan 2015 15:05:40 +0100
       
    31 
       
    32 nagios-plugin-dns-delegation (0.1) stable; urgency=medium
       
    33 
       
    34   * intial framework:
       
    35   * works for NS check: Now we can compare the officially known name
       
    36     servers (from googles public NS service) with the name servers a
       
    37     reference system knows.
       
    38   * added manpage and help:
       
    39   * reference localhost: We use the local host as a reference for the
       
    40     domains in question.
       
    41   * added local: option for named-checkconf -p:
       
    42   * check for AA flag: Make sure that we compare the authoritive answers
       
    43     with the outside worlds view.
       
    44   * fix: skip subdomains of 168.192.in-addr.arpa:
       
    45   * Smart::Comments only if $ENV{DEBUG}:
       
    46   * complete error description:
       
    47   * working on pu for now.: Further testing expected.
       
    48   * more on caching of resolver objects:
       
    49   * serial is compared with reference server too:
       
    50   * updated doc:
       
    51   * more doc:
       
    52   * Serial needs have the aa flag set!:
       
    53   * override works:  Now we read a override file (current default
       
    54     /etc/bind/zones.override) in case our own information about NS is
       
    55     not correct. Useful for these a.pending-verification.joker.com
       
    56     domains.
       
    57   * include the override domains and shuffle: The list of override
       
    58     domains is considered as part of the domains that need to be
       
    59     checked.
       
    60   * Include the override domains into local::  If local: is selected as
       
    61     source of domain names, the override file will be used as an
       
    62     additional source too.
       
    63   * zones.override automatically added to domainlist:  If the local:
       
    64     domainlist is used, the domains containted in the override file are
       
    65     added automatically to the list of domains
       
    66   * [merged]:
       
    67   * moved the code to a perl module:  Now the working parts are in
       
    68     Nagios::Check::DNS::delegation.pm. It's not a package. Just a
       
    69     detached module.
       
    70   * doc added:
       
    71   * Better message if there is no ns server known in public, but the
       
    72     domain:
       
    73   * added check for serial aa: Now we can ask the serial() to request aa
       
    74     answers.
       
    75   * check serial with overrides, not with local server:
       
    76   * local: read from nzf:
       
    77   * changed handling of overrides: No the overrides are considered to be
       
    78     our reference source
       
    79   * nzf does not contain quotations:
       
    80   * better matching for optional quotes:
       
    81   * updated manifest:
       
    82   * all the example files for later reference:
       
    83   * intial framework:
       
    84   * works for NS check: Now we can compare the officially known name
       
    85     servers (from googles public NS service) with the name servers a
       
    86     reference system knows.
       
    87   * added manpage and help:
       
    88   * reference localhost: We use the local host as a reference for the
       
    89     domains in question.
       
    90   * added local: option for named-checkconf -p:
       
    91   * check for AA flag: Make sure that we compare the authoritive answers
       
    92     with the outside worlds view.
       
    93   * fix: skip subdomains of 168.192.in-addr.arpa:
       
    94   * Smart::Comments only if $ENV{DEBUG}:
       
    95   * complete error description:
       
    96   * working on pu for now.: Further testing expected.
       
    97   * more on caching of resolver objects:
       
    98   * serial is compared with reference server too:
       
    99   * updated doc:
       
   100   * more doc:
       
   101   * Serial needs have the aa flag set!:
       
   102   * override works:  Now we read a override file (current default
       
   103     /etc/bind/zones.override) in case our own information about NS is
       
   104     not correct. Useful for these a.pending-verification.joker.com
       
   105     domains.
       
   106   * include the override domains and shuffle: The list of override
       
   107     domains is considered as part of the domains that need to be
       
   108     checked.
       
   109   * Include the override domains into local::  If local: is selected as
       
   110     source of domain names, the override file will be used as an
       
   111     additional source too.
       
   112   * zones.override automatically added to domainlist:  If the local:
       
   113     domainlist is used, the domains containted in the override file are
       
   114     added automatically to the list of domains
       
   115   * [merged]:
       
   116   * moved the code to a perl module:  Now the working parts are in
       
   117     Nagios::Check::DNS::delegation.pm. It's not a package. Just a
       
   118     detached module.
       
   119   * doc added:
       
   120   * Better message if there is no ns server known in public, but the
       
   121     domain:
       
   122   * added check for serial aa: Now we can ask the serial() to request aa
       
   123     answers.
       
   124   * check serial with overrides, not with local server:
       
   125   * local: read from nzf:
       
   126   * changed handling of overrides: No the overrides are considered to be
       
   127     our reference source
       
   128   * nzf does not contain quotations:
       
   129   * better matching for optional quotes:
       
   130   * updated manifest:
       
   131   * all the example files for later reference:
       
   132   * intial framework:
       
   133   * works for NS check: Now we can compare the officially known name
       
   134     servers (from googles public NS service) with the name servers a
       
   135     reference system knows.
       
   136   * added manpage and help:
       
   137   * reference localhost: We use the local host as a reference for the
       
   138     domains in question.
       
   139   * added local: option for named-checkconf -p:
       
   140   * check for AA flag: Make sure that we compare the authoritive answers
       
   141     with the outside worlds view.
       
   142   * fix: skip subdomains of 168.192.in-addr.arpa:
       
   143   * Smart::Comments only if $ENV{DEBUG}:
       
   144   * complete error description:
       
   145   * working on pu for now.: Further testing expected.
       
   146   * more on caching of resolver objects:
       
   147   * serial is compared with reference server too:
       
   148   * updated doc:
       
   149   * more doc:
       
   150   * Serial needs have the aa flag set!:
       
   151   * override works:  Now we read a override file (current default
       
   152     /etc/bind/zones.override) in case our own information about NS is
       
   153     not correct. Useful for these a.pending-verification.joker.com
       
   154     domains.
       
   155   * include the override domains and shuffle: The list of override
       
   156     domains is considered as part of the domains that need to be
       
   157     checked.
       
   158   * Include the override domains into local::  If local: is selected as
       
   159     source of domain names, the override file will be used as an
       
   160     additional source too.
       
   161   * zones.override automatically added to domainlist:  If the local:
       
   162     domainlist is used, the domains containted in the override file are
       
   163     added automatically to the list of domains
       
   164   * [merged]:
       
   165   * moved the code to a perl module:  Now the working parts are in
       
   166     Nagios::Check::DNS::delegation.pm. It's not a package. Just a
       
   167     detached module.
       
   168   * doc added:
       
   169   * Better message if there is no ns server known in public, but the
       
   170     domain:
       
   171   * added check for serial aa: Now we can ask the serial() to request aa
       
   172     answers.
       
   173   * check serial with overrides, not with local server:
       
   174   * local: read from nzf:
       
   175   * changed handling of overrides: No the overrides are considered to be
       
   176     our reference source
       
   177   * nzf does not contain quotations:
       
   178   * better matching for optional quotes:
       
   179   * updated manifest:
       
   180   * all the example files for later reference:
       
   181 
       
   182  -- Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>  Wed, 21 Jan 2015 16:52:31 +0100
       
   183 
       
   184 nagios-plugin-dns-delegation (0.0) unstable; urgency=low
       
   185 
       
   186   * Initial release 
       
   187 
       
   188  -- Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>  Mon, 19 Jan 2015 16:13:10 +0100