check_ntp.pl
changeset 3 cae04ac746e1
parent 0 1798a8c4895a
child 4 60373f213ec0
equal deleted inserted replaced
2:e40b17b34ca3 3:cae04ac746e1
    35 sub get_time_delta($$);
    35 sub get_time_delta($$);
    36 sub report($$);
    36 sub report($$);
    37 sub version($$);
    37 sub version($$);
    38 
    38 
    39 my $ME      = basename $0;
    39 my $ME      = basename $0;
    40 my $VERSION = "2.0";
    40 my $VERSION = "2.2";
    41 
    41 
    42 my %opt = (
    42 my %opt = (
    43     host     => "de.pool.ntp.org",
    43     host     => "de.pool.ntp.org",
    44     port     => "ntp",
    44     port     => "ntp",
    45     warning  => 10,
    45     warning  => 10,
   168 
   168 
   169 This plugin compares the system time with the ntp server time.
   169 This plugin compares the system time with the ntp server time.
   170 
   170 
   171 =head1 VERSION
   171 =head1 VERSION
   172 
   172 
   173 This man page is current for version 2.0 of check_ntp.
   173 This man page is current for version 2.2 of check_ntp.
   174 
   174 
   175 =head1 AUTHOR
   175 =head1 AUTHOR
   176 
   176 
   177 Written by Christian Arnold L<arnold@schlittermann.de>
   177 Written by Christian Arnold L<arnold@schlittermann.de>
   178 
   178