equal
deleted
inserted
replaced
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 |