check_amanda.pl
changeset 5 70171296c9fc
parent 1 0990f72db33c
child 6 e35e7ad5085a
equal deleted inserted replaced
4:cce5c3d1e786 5:70171296c9fc
    42     DEPENDENT => 4
    42     DEPENDENT => 4
    43 );
    43 );
    44 
    44 
    45 my $ME      = basename $0;
    45 my $ME      = basename $0;
    46 my $NAME    = 'AMANDA';
    46 my $NAME    = 'AMANDA';
    47 my $VERSION = '1.2';
    47 my $VERSION = '1.3';
    48 
    48 
    49 my %opt = (
    49 my %opt = (
    50     configfile => 'DailySet1',
    50     configfile => 'DailySet1',
    51     time       => '1day',
    51     time       => '1day',
    52     binary     => '/usr/sbin/amstatus'
    52     binary     => '/usr/sbin/amstatus'
   181 
   181 
   182 This nagios plugin I<search> on a specified I<url> for a version string and compare the I<search> result with an installed I<package> version.
   182 This nagios plugin I<search> on a specified I<url> for a version string and compare the I<search> result with an installed I<package> version.
   183 
   183 
   184 =head1 VERSION
   184 =head1 VERSION
   185 
   185 
   186 This man page is current for version 1.2 of B<check_amanda>.
   186 This man page is current for version 1.3 of B<check_amanda>.
   187 
   187 
   188 =head1 AUTHOR
   188 =head1 AUTHOR
   189 
   189 
   190 Written by Christian Arnold L<arnold@schlittermann.de>
   190 Written by Christian Arnold L<arnold@schlittermann.de>
   191 
   191