|
NAMENagios::Config::File - Base class for Nagios configuration files SYNOPSIS use Nagios::Config ;
my $nc = new Nagios::Config("/usr/local/nagios/etc/nagios.cfg") ;
my $resource = $nc->get_resource_cfg() ;
print $resource->get_attr('$USER1$') . "\n" ;
DESCRIPTION"Nagios::Config::File" is the base class for all Nagios configuration files. You should not need to create these yourself. CONSTRUCTOR
METHODS
AUTHORPatrick LeBoutillier, patl@cpan.org Al Tobey, tobeya@cpan.org SEE ALSONagios::Config, Nagios::Config::Object
|