1Munin::Master::Host(3)User Contributed Perl DocumentationMunin::Master::Host(3)
2
3
4
6 Munin::Master::Host - Holds information on hosts we are interested in
7 collecting data from.
8
10 NOTE that a host and a node are not the same thing -- some hosts may
11 report services for several nodes, for example if they have SNMP
12 plugins installed.
13
15 new
16 my $host = Munin::Master::Host->new($hostname, $group, \%attrs);
17
18 Constructor. $group is the "Munin::Master::Group" object this host
19 belongs to. Valid attributes include "port", "update", and
20 c<use_node_name>.
21
22 get_full_path
23 Returns the full nested named path of the host object (eg.
24 "group1;group2;hostname").
25
26 add_attributes_if_not_exists
27 $host->add_attributes_if_not_exists(\%attrs);
28
29 Merges the new attributes from %attrs into the host object, without
30 overwriting any existing
31
32 get_canned_ds_config
33 FIX
34
35
36
37perl v5.36.1 2023-11-06 Munin::Master::Host(3)