equal
deleted
inserted
replaced
6 use Nagios::Check::DNS::check_tlsa_record; |
6 use Nagios::Check::DNS::check_tlsa_record; |
7 use File::Basename; |
7 use File::Basename; |
8 use Monitoring::Plugin; |
8 use Monitoring::Plugin; |
9 |
9 |
10 my $ME = basename $0; |
10 my $ME = basename $0; |
11 my $blurb = 'This Plugin is intendet to check validity of TLSA Record'; |
11 my $blurb = 'This Plugin is intended to check validity of TLSA Records'; |
12 my $url = 'http://www.schlittermann.de'; |
12 my $url = 'http://www.schlittermann.de'; |
13 my $author = 'Heike Yvonne Pesch'; |
13 my $author = 'Heike Yvonne Pesch'; |
14 my $email = '<pesch@schlittermann.de>'; |
14 my $email = '<pesch@schlittermann.de>'; |
15 my $usage = <<_; |
15 my $usage = <<_; |
16 Usage: %s [ -v|--verbose ] -H <host> [-t <timeout>] |
16 Usage: %s [ -v|--verbose ] -H <host> [-t <timeout>] |
22 _ |
22 _ |
23 |
23 |
24 my $extra = <<_; |
24 my $extra = <<_; |
25 |
25 |
26 NOTICE |
26 NOTICE |
27 If you want to use a Hostlist, you have to put entrys like this: |
27 If you want to use a hostlist, you have to put entries like this: |
28 |
28 |
29 host |
29 host |
30 host:port |
30 host:port |
31 |
31 |
32 |
32 |