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

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

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.

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

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

The sample Static agent, Agent.

Steve Purkis <spurkis@engsoc.carleton.ca>

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.