debian man page for munin::master::config

Query: munin::master::config

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Munin::Master::Config(3pm)				User Contributed Perl Documentation				Munin::Master::Config(3pm)

NAME
Munin::Master::Config - Holds the master configuration.
METHODS
instance my $config = Munin::Master::Config->instance; Returns the (possibly newly created) singleton configuration instance. set_value $config->set_value($longkey, $value); Set a value in the config, where $longkey is the full ;:. separated value. parse_config $config->parse_config($io); Populates the fields of $config from the configuration file referred to by filehandle $io. look_up my $value = $config->look_up($key); Look up a group/host by a key such as "localdomain;localhost" etc. If the path does not exist create it with correct class and so on. Lookup ends at host name. If something is missing along the way undef is returned. get_groups_and_hosts my $gah = $config->get_groups_and_hosts(); Returns all the groups and hosts defined in the configuration. get_all_hosts my $hosts = $config->get_all_hosts(); Returns a list of all the hosts defined in the configuration. set $config->set(\%attrs); Sets the keys and values in $config to those in %attrs. perl v5.14.2 2013-11-12 Munin::Master::Config(3pm)
Related Man Pages
munin-html(8) - debian
extutils::config(3) - mojave
dancer::config::object(3pm) - debian
log::handler::plugin::config::properties(3pm) - debian
munin::master::htmlold(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Find columns in a file based on header and print to new file
Weird 'find' results
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph