The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Agent::FreeSpace - observes free space on multiple hosts.

SYNOPSIS

use Agent;

my $agent = new Agent( Name => 'FreeSpace', %args ); $agent->run;

DESCRIPTION

The FreeSpace agent jumps to a number of hosts, observing how much free space is on each machine. When it reaches the last host, it prints a summary of how much space is available on each machine.

PARAMETERS

Hosts => a list of TCP addresses of static agents to visit. verbose => on/off

NOTES

Presently only works on UN*X [namely Linux] machines.

SEE ALSO

The sample Static agent, Agent.

AUTHOR

Steve Purkis <spurkis@engsoc.carleton.ca>

COPYRIGHT

Copyright (c) 1997, 1998 Steve Purkis. All rights reserved. This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself.