plugins/check_amanda-client
changeset 63 4a943f659c99
parent 61 c037c0bdd01a
child 66 3592ab3a8ce7
equal deleted inserted replaced
62:689af14e04a6 63:4a943f659c99
    11 use File::Find;
    11 use File::Find;
    12 use Carp;
    12 use Carp;
    13 use Pod::Usage;
    13 use Pod::Usage;
    14 use Const::Fast;
    14 use Const::Fast;
    15 use if $ENV{DEBUG} => 'Smart::Comments';
    15 use if $ENV{DEBUG} => 'Smart::Comments';
    16 use if $^V > v5.14 => (experimental => qw/smartmatch lexical_topic/);
    16 use if $^V >= v5.18 => (experimental => qw/smartmatch lexical_topic/);
    17 
    17 
    18 const my $NAME  => 'AMANDA-CLIENT';
    18 const my $NAME  => 'AMANDA-CLIENT';
    19 const my $USER  => 'backup';
    19 const my $USER  => 'backup';
    20 const my $CFDIR => '/etc/amanda';
    20 const my $CFDIR => '/etc/amanda';
    21 
    21