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::Configure::PluginList(3) User Contributed Perl Documentation Munin::Node::Configure::PluginList(3)

Munin::Node::Configure::PluginList - Loading and listing a collection of plugins

  my $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
  }

new(%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.
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.