equal
deleted
inserted
replaced
39 DEPENDENT => 4 |
39 DEPENDENT => 4 |
40 ); |
40 ); |
41 |
41 |
42 my $ME = basename $0; |
42 my $ME = basename $0; |
43 my $NAME = "SCAN"; |
43 my $NAME = "SCAN"; |
44 my $VERSION = "0.1"; |
44 my $VERSION = "0.2"; |
45 |
45 |
46 my %opt = ( |
46 my %opt = ( |
47 host => "localhost", |
47 host => "localhost", |
48 options => "-sT -sU -r -p1-65535", |
48 options => "-sT -sU -r -p1-65535", |
49 exceptions => "22/tcp" |
49 exceptions => "22/tcp" |
165 |
165 |
166 This nagios plugin scans hosts with nmap. |
166 This nagios plugin scans hosts with nmap. |
167 |
167 |
168 =head1 VERSION |
168 =head1 VERSION |
169 |
169 |
170 This man page is current for version 0.1 of B<check_scan>. |
170 This man page is current for version 0.2 of B<check_scan>. |
171 |
171 |
172 =head1 AUTHOR |
172 =head1 AUTHOR |
173 |
173 |
174 Written by Christian Arnold L<arnold@schlittermann.de> |
174 Written by Christian Arnold L<arnold@schlittermann.de> |
175 |
175 |