-
-
09 Jun 2010 06:13:41 UTC
- Distribution: Xymon-Server
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (925 / 0 / 0)
- Kwalitee
Bus factor: 0- 58.70% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (9.41KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- A. U. Thor (a.u.thor@a.galaxy.far.far.away)
- Dependencies
- Test::Simple
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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).
Module Install Instructions
To install Xymon::Server, copy and paste the appropriate command in to your terminal.
cpanm Xymon::Server
perl -MCPAN -e shell install Xymon::Server
For more information on module installation, please visit the detailed CPAN module installation guide.