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::Master::Host(3) User Contributed Perl Documentation Munin::Master::Host(3)

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>.

Returns the full nested named path of the host object (eg. "group1;group2;hostname").
  $host->add_attributes_if_not_exists(\%attrs);
    

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

FIX
2025-07-17 perl v5.40.2

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.