Munin::Master::Worker

Section: User Contributed Perl Documentation (3)
Updated: 2021-02-05
Page Index
 

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.


 

Index

NAME
SYNOPSIS
METHODS