Xymon::Server - Xymon Server Interface
use Xymon::Server;
my $server = Xymon::Server->({ HOME => '/home/hobbit/server' });
print $server->{BBPORT};
Provides a base interface for retriving configuration variables from the hobbit
server (taken from hobbitserver.cfg).
Xymon::Server->hobbitserver();
Returns a hash of configuration items from hobbitserver.cfg;
David Peters
CPAN ID: DAVIDP
http://www.electronf.com
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
The full text of the license can be found in the LICENSE file
included with this module.