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

  
 
  

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

NAME
     Munin::Master::Worker - Abstract base class for workers.

SYNOPSIS
     See Munin::Master::ProcessManager.

METHODS
     new
	   Munin::Master::Worker->new($identity);

	 Constructor.  This is an abstract class, so this shouldn't be called
	 directly.

	 The optional $identity argument should be a unique identifier for the
	 process.

     to_string
	   print $worker->string;

	   # Stringifies too
	   print "Worker $worker just died";

	 Returns a unique string representation of the worker.

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

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

home | help