Munin::Master::Host(3pm) | User Contributed Perl Documentation | Munin::Master::Host(3pm) |
Munin::Master::Host - Holds information on hosts we are interested in collecting data from.
NOTE that a host and a node are not the same thing -- some hosts may report services for several nodes, for example if they have SNMP plugins installed.
my $host = Munin::Master::Host->new($hostname, $group, \%attrs);
Constructor. $group is the "Munin::Master::Group" object this host belongs to. Valid attributes include "port", "update", and c<use_node_name>.
$host->add_attributes_if_not_exists(\%attrs);
Merges the new attributes from %attrs into the host object, without overwriting any existing
2023-03-21 | perl v5.36.0 |