GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Munin::Node::Config(3) User Contributed Perl Documentation Munin::Node::Config(3)

Munin::Node::Config - Singleton node configuration container. Reads configuration files.

 $config = Munin::Node::Config->instance();
 $config->parse_config_from_file('/etc/munin/munin-node.conf');
 print $config->{fqdn}, "\n";

instance
 $config = Munin::Node::Config->instance();
    

Returns the singleton instance of this class.

reinitialize
 $config->reinitialize();
    

Deletes all configuration variables

 $config->reinitialize(\%variables);
    

Deletes all configuration variables and reinitializes the object with values from \%variables.

parse_config_from_file
  $config->parse_config_from_file($filename);
    

Parses the munin node configuration from a file. Dies if the file fails the paranoia checks.

parse_config
 $config->parse_config($io_handle);
    

Parses the munin node configuration from a filehandle.

process_plugin_configuration_files
 $config->process_plugin_configuration_files();
    

Parses all unignored files in the plugin configuration folder.

parse_plugin_config_file
 $config->parse_plugin_config_file($file);
    

Parses the plugin configuration in $file.

parse_plugin_config
 $config->parse_plugin_config($io_handle);
    

Parses the plugin configuration from an IO::Handle.

apply_wildcards
 $config->apply_wildcards();
    

Applies the contents of any wildcard plugin configuration sections to matching plugins.

See <http://munin-monitoring.org/wiki/Priority_and_inheritance>

2022-04-12 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.