Query: nagios::config
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Nagios::Config(3pm) User Contributed Perl Documentation Nagios::Config(3pm)NAMENagios::Config - Parser for the Nagios::Object set of perl modulesDESCRIPTIONTies all of the Nagios::Object modules together, doing all the parsing and background stuff so you don't have to. All of the methods of Nagios::Object::Config and Nagios::Config::File are inherited by this module.SYNOPSISmy $nagios_cfg = Nagios::Config->new( "nagios.cfg" ); my @host_objects = $nagios_cfg->list_hosts();METHODSnew() Create a new Nagios::Config object, which will parse a Nagios main configuration file and all of it's object configuration files. The resource configuration file is not parsed - for that, use Nagios::Config::File. my $cf = Nagios::Config->new( Filename => $configfile ); my $cf = Nagios::Config->new( Filename => $configfile, Version => 1 ); my $cf = Nagios::Config->new( Filename => $configfile, Version => 2 );AUTHORAl Tobey <tobeya@cpan.org>SEE ALSONagios::Config::File, Nagios::Object::Config, Nagios::Object perl v5.12.4 2011-10-22 Nagios::Config(3pm)
Related Man Pages |
---|
nagiosstats(8) - suse |
nagios(8) - centos |
config::model::backend::fstab(3pm) - debian |
nagios::plugin::functions(3pm) - debian |
nagios::plugin::performance(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
How can I do this in VI editor? |
Detecting unused variables... |
A (ksh) Library For and From UNIX.com |
My first PERL incarnation... Audio Oscillograph |