dnsnagios/check_dnssec
changeset 108 86ae7838a013
parent 107 048c548ff05b
child 111 c76989cccf62
equal deleted inserted replaced
107:048c548ff05b 108:86ae7838a013
    33 
    33 
    34 my $opt = {
    34 my $opt = {
    35     'index-host' => '84.19.194.5',
    35     'index-host' => '84.19.194.5',
    36     'index-zone' => 'idx.net.schlittermann.de',
    36     'index-zone' => 'idx.net.schlittermann.de',
    37     warning      => 72,
    37     warning      => 72,
    38     critical     => 12
    38     critical     => 48
    39 };
    39 };
    40 
    40 
    41 my $rv = {
    41 my $rv = {
    42     OK       => 0,
    42     OK       => 0,
    43     WARNING  => 1,
    43     WARNING  => 1,