Scroll to navigation

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

NAME

Munin::Master::Group - Holds information on host groups.

Groups can be nested.

METHODS

  my $group = Munin::Master::Group->new($name, $parent);
    

Constructor. $name is the name of the group.

  my @hosts = $group->get_all_hosts();
    

Returns the list of all hosts associated with this group, including those belonging to any sub-groups.

2022-02-10 perl v5.34.0