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

NAME

Xymon::Server - Xymon Server Interface

SYNOPSIS

  use Xymon::Server;

  my $server = Xymon::Server->({ HOME => '/home/hobbit/server' });

  print $server->{BBPORT};

DESCRIPTION

Provides a base interface for retriving configuration variables from the hobbit server (taken from hobbitserver.cfg).

METHODS

Xymon::Server->hobbitserver();

Returns a hash of configuration items from hobbitserver.cfg;

BUGS

SUPPORT

AUTHOR

    David Peters
    CPAN ID: DAVIDP
    http://www.electronf.com

COPYRIGHT

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.

SEE ALSO

perl(1).