1Munin::Master::Worker(3U)ser Contributed Perl DocumentatiMounnin::Master::Worker(3)
2
3
4

NAME

6       Munin::Master::Worker - Abstract base class for workers.
7

SYNOPSIS

9       See Munin::Master::ProcessManager.
10

METHODS

12       new
13             Munin::Master::Worker->new($identity);
14
15           Constructor.  This is an abstract class, so this shouldn't be
16           called directly.
17
18           The optional $identity argument should be a unique identifier for
19           the process.
20
21       to_string
22             print $worker->string;
23
24             # Stringifies too
25             print "Worker $worker just died";
26
27           Returns a unique string representation of the worker.
28
29
30
31perl v5.28.2                      2019-05-16          Munin::Master::Worker(3)
Impressum