Scroll to navigation

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

NAME

Munin::Common::Config - Abstract base class for common config code.

SYNOPSIS

Don't use it directly. See Munin::Master::Config and Munin::Node::Config.

METHODS

 $config->parse_config_from_file($file_name);
    

Parses the configuration in $file_name.

Returns true if $keyword is a valid configuration keyword.

Returns false if $keyword is not a valid configuration keyword.

2022-02-10 perl v5.34.0