dnsnagios/check_dnssec
changeset 111 c76989cccf62
parent 108 86ae7838a013
child 112 5a51a3757f5e
equal deleted inserted replaced
110:3c70bf3355d4 111:c76989cccf62
    14 #
    14 #
    15 #    You should have received a copy of the GNU General Public License
    15 #    You should have received a copy of the GNU General Public License
    16 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
    16 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
    17 #
    17 #
    18 #    Matthias Förste <foerste@schlittermann.de>
    18 #    Matthias Förste <foerste@schlittermann.de>
       
    19 
       
    20 =encoding utf8
       
    21 =cut
    19 
    22 
    20 use strict;
    23 use strict;
    21 use warnings;
    24 use warnings;
    22 
    25 
    23 use File::Basename qw(basename);
    26 use File::Basename qw(basename);
   201 This plugin reads a list of DNSSEC enabled zones from our index zone and checks
   204 This plugin reads a list of DNSSEC enabled zones from our index zone and checks
   202 for expiry of any of the RRSIG Records.
   205 for expiry of any of the RRSIG Records.
   203 
   206 
   204 =head1 AUTHOR
   207 =head1 AUTHOR
   205 
   208 
   206 Written by Matthias Förste L<foerste@schlittermann.de>
   209 Written by Matthias Förste L<<foerste@schlittermann.de>>
   207 
   210 
   208 =head1 COPYRIGHT
   211 =head1 COPYRIGHT
   209 
   212 
   210 Copyright (C) 2011 by Matthias Förste and Schlittermann internet & unix
   213 Copyright (C) 2011 by Matthias Förste and Schlittermann internet & unix
   211 support.  This is free software, and you are welcome to redistribute it under
   214 support. This is free software, and you are welcome to redistribute it under
   212 certain conditions.  See the GNU General Public Licence for details.
   215 certain conditions. See the GNU General Public Licence for details.
   213 
   216 
   214 =cut
   217 =cut