Man Page: munin::node::configure::pluginlist
Operating Environment: debian
Section: 3pm
Munin::Node::Configure::PluginList(3pm) User Contributed Perl Documentation Munin::Node::Configure::PluginList(3pm)NAMEMunin::Node::Configure::PluginList - Loading and listing a collection of pluginsSYNOPSISmy $plugins = Munin::Node::Configure::PluginList->new( libdir => '/usr/share/munin/plugins/', servicedir => '/etc/munin/plugins/', ); $plugins->load('auto'); foreach my $plugin ($plugins->list) { # do something to each 'auto' plugin in turn }SUBROUTINESnew(%args) Constructor. Required arguments are 'libdir' and 'servicedir', which are the plugin library and service directory, respectively. load(@families) Finds all the plugins in 'libdir' that are in any of @families, and any instances of these plugins in 'servicedir'. list() Returns a list of Munin::Node::Configure::Plugin objects currently loaded, sorted alphabetically by name. names() Returns the names of the currently-loaded plugins. perl v5.14.2 2013-11-12 Munin::Node::Configure::PluginList(3pm)
| Related Man Pages |
|---|
| mailping-success(1) - debian |
| munin-sched(1p) - debian |
| munin::master::htmlold(3pm) - debian |
| munin::node::configure::plugin(3pm) - debian |
| munin::node::os(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Detecting unused variables... |
| New UNIX and Linux History Sections |