Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
Munin::...er::Host(3)  User Contributed Perl Documentation Munin::...er::Host(3)

NAME
     Munin::Master::Host - Holds information on hosts we are interested in col-
     lecting data from.

DESCRIPTION
     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 in-
     stalled.

METHODS
     new
	   my $host = Munin::Master::Host->new($hostname, $group, \%attrs);

	 Constructor.  $group is the "Munin::Master::Group" object this host be-
	 longs to.  Valid attributes include "port", "update", and
	 c<use_node_name>.

     get_full_path
	 Returns the full nested named path of the host object (eg.
	 "group1;group2;hostname").

     add_attributes_if_not_exists
	   $host->add_attributes_if_not_exists(\%attrs);

	 Merges the new attributes from %attrs into the host object, without
	 overwriting any existing

     get_canned_ds_config
	 FIX

perl v5.42.3			   2026-08-29		   Munin::...er::Host(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Munin::Master::Host&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help