Subroutine for checkdiskspace()

Subroutine for checkdiskspace()

sub checkdiskspace{

local ($fs,$blocksavail)=@_; $check="disk space";

if( $fs eq "/") {

&message ($blocksavail, $fs, "disk space", $tot_blocks)

if ($blocksavail < 10000);

}

if( $fs eq "/usr") {

&message ($blocksavail, $fs, "disk space", $tot_blocks)

if ($blocksavail < 12000);

}

}

Previous slide Next slide Back to the first slide View Graphic Version