ASNMTAP
view release on metacpan or search on metacpan
lib/ASNMTAP/Asnmtap.pod view on Meta::CPAN
=head1 NAME
ASNMTAP::Asnmtap is an object-oriented Base Class to build modules that provides a nice object oriented interface for ASNMTAP.
=head1 SYNOPSIS
use ASNMTAP::Asnmtap;
my $objectAsnmtap = ASNMTAP::Asnmtap->new (
_programName => 'test-asnmtap.pl',
_programDescription => "Test ASNMTAP::Asnmtap",
_programVersion => '3.002.003',
_programUsagePrefix => '[--commandLineOption]',
_programHelpPrefix => "--commandLineOption ...",
_programGetOptions => ['commandLineOption=s'],
_timeout => 30,
_debug => 1);
my $verbose = $objectAsnmtap->getOptionsArgv ('verbose');
print "getOptionsArgv: verbose = $verbose\n" if (defined $verbose);
my $dumpData = $objectAsnmtap->getOptionsArgv ('dumpData');
$objectAsnmtap->dumpData () if (defined $dumpData);
my $commandLineOption = $objectAsnmtap->getOptionsArgv ('commandLineOption');
print "getOptionsArgv : commandLineOption = $commandLineOption\n" if (defined $commandLineOption);
=head1 DESCRIPTION
Once Upon a Time in Belgium there was an ape called ...
=head1 OVERVIEW OF CLASSES AND PACKAGES
=head2 OVERVIEW OF CLASSES
=over 4
=item ASNMTAP::Asnmtap
Is an object-oriented Base Class to build modules that provides a nice object oriented interface for ASNMTAP.
=over 4
=item ENVIRONMENT
=over 4
=item PERL5LIB
A colon-separated list of directories in which to look for Perl library files before looking in the standard library and the current directory.
=item ASNMTAP_PERL5LIB
A colon-separated list of directories in which to look for Perl library files before looking in the standard library and the current directory.
=back
=back
=item ASNMTAP::Asnmtap::Applications
Is a Perl module that provides a nice object oriented interface for ASNMTAP Applications
Subclass of ASNMTAP::Asnmtap
=item ASNMTAP::Asnmtap::Applications::CGI
Is a Perl module that provides a nice object oriented interface for ASNMTAP CGI Applications
Subclass of ASNMTAP::Asnmtap::Applications
lib/ASNMTAP/Asnmtap.pod view on Meta::CPAN
ALL
$APPLICATION $BUSINESS $DEPARTMENT $COPYRIGHT $SENDEMAILTO $TYPEMONITORING $RUNCMDONDEMAND
$CAPTUREOUTPUT
$PREFIXPATH $APPLICATIONPATH $PLUGINPATH $LOGPATH $PIDPATH $PERL5LIB $MANPATH $LD_LIBRARY_PATH
$CHATCOMMAND $DIFFCOMMAND $KILLALLCOMMAND $PERLCOMMAND $PPPDCOMMAND $ROUTECOMMAND $RSYNCCOMMAND $SCPCOMMAND $SSHCOMMAND
%ERRORS %STATE %TYPE
=item *
ASNMTAP
$APPLICATION $BUSINESS $DEPARTMENT $COPYRIGHT $SENDEMAILTO $TYPEMONITORING $RUNCMDONDEMAND
$CAPTUREOUTPUT
$PREFIXPATH $LOGPATH $PIDPATH $PERL5LIB $MANPATH $LD_LIBRARY_PATH
%ERRORS %STATE %TYPE
=item *
COMMANDS
$CHATCOMMAND $DIFFCOMMAND $KILLALLCOMMAND $PERLCOMMAND $PPPDCOMMAND $ROUTECOMMAND $RSYNCCOMMAND $SCPCOMMAND $SSHCOMMAND
=item *
APPLICATIONS
$APPLICATIONPATH
=item *
PLUGINS
$PLUGINPATH
=back
=head1 AUTHOR
Alex Peeters [alex.peeters@citap.be]
=head1 SEE ALSO
ASNMTAP::Time
ASNMTAP::Asnmtap::Applications, ASNMTAP::Asnmtap::Applications::CGI, ASNMTAP::Asnmtap::Applications::Collector, ASNMTAP::Asnmtap::Applications::Display
ASNMTAP::Asnmtap::Plugins, ASNMTAP::Asnmtap::Plugins::Nagios
ASNMTAP::Asnmtap::Plugins::IO, ASNMTAP::Asnmtap::Plugins::Mail, ASNMTAP::Asnmtap::Plugins::Modem, ASNMTAP::Asnmtap::Plugins::SOAP, ASNMTAP::Asnmtap::Plugins::WebTransact, ASNMTAP::Asnmtap::Plugins::XML
=head1 DEPENDENCIES
Carp
Config::General
Data::Dumper
Dumpvalue
Getopt::Long
IO::CaptureOutput
Test::Pod::Coverage
Test::Simple
Time::Local
=head1 COPYRIGHT NOTICE
(c) Copyright 2000-2011 by Alex Peeters [alex.peeters@citap.be],
All Rights Reserved.
ASNMTAP is based on 'Process System daemons v1.60.17-01', Alex Peeters [alex.peeters@citap.be]
Purpose: CronTab (CT, sysdCT),
Disk Filesystem monitoring (DF, sysdDF),
Intrusion Detection for FW-1 (ID, sysdID)
Process System daemons (PS, sysdPS),
Reachability of Remote Hosts on a network (RH, sysdRH),
Rotate Logfiles (system activity files) (RL),
Remote Socket monitoring (RS, sysdRS),
System Activity monitoring (SA, sysdSA).
'Process System daemons' is based on 'sysdaemon 1.60' written by Trans-Euro I.T Ltd
=head1 LICENSE
This ASNMTAP CPAN library and Plugin templates are free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The other parts of ASNMTAP may be used and modified free of charge by anyone so long as this copyright notice and the comments above remain intact. By using this code you agree to indemnify Alex Peeters from any liability that might arise from it's u...
Selling the code for this program without prior written consent is expressly forbidden. In other words, please ask first before you try and make money off of my program.
Obtain permission before redistributing this software over the Internet or in any other medium. In all cases copyright and header must remain intact.
=cut
( run in 0.654 second using v1.01-cache-2.11-cpan-39bf76dae61 )