check_mem.pl
changeset 2 d8be657656e4
parent 1 b5d9151a01f4
equal deleted inserted replaced
1:b5d9151a01f4 2:d8be657656e4
    39     DEPENDENT => 4
    39     DEPENDENT => 4
    40 );
    40 );
    41 
    41 
    42 my $ME      = basename $0;
    42 my $ME      = basename $0;
    43 my $NAME    = "MEM";
    43 my $NAME    = "MEM";
    44 my $VERSION = "0.2";
    44 my $VERSION = "0.3";
    45 
    45 
    46 my %opt = (
    46 my %opt = (
    47     warning  => 70,
    47     warning  => 70,
    48     critical => 90
    48     critical => 90
    49 );
    49 );
   158 
   158 
   159 This nagios plugin check the memory usage.
   159 This nagios plugin check the memory usage.
   160 
   160 
   161 =head1 VERSION
   161 =head1 VERSION
   162 
   162 
   163 This man page is current for version 0.2 of B<check_mem>.
   163 This man page is current for version 0.3 of B<check_mem>.
   164 
   164 
   165 =head1 AUTHOR
   165 =head1 AUTHOR
   166 
   166 
   167 Written by Christian Arnold L<arnold@schlittermann.de>
   167 Written by Christian Arnold L<arnold@schlittermann.de>
   168 
   168